Package Details: nginx-mod-cgi 0.13-1

Git Clone URL: https://aur.archlinux.org/nginx-mod-cgi.git (read-only, click to copy)
Package Base: nginx-mod-cgi
Description: Nginx CGI support module
Upstream URL: https://github.com/pjincz/nginx-cgi
Licenses: BSD-2-Clause
Submitter: vcalv
Maintainer: vcalv
Last Packager: vcalv
Votes: 1
Popularity: 0.64
First Submitted: 2025-07-14 22:02 (UTC)
Last Updated: 2025-07-14 22:02 (UTC)

Latest Comments

vcalv commented on 2025-07-14 22:15 (UTC)

Module loads by default in /etc/nginx/modules.d/20-cgi.conf

It adds a new directive cgi.

Example:

    location /cgi-bin {
        cgi on;
    }

on the config file.

Use judiciously.