CGI support for NGINX
11 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.
cgi
The 'cgi' directive enables CGI support for executing scripts in NGINX.
serverlocation
cgi_body_only
The 'cgi_body_only' directive determines whether only the body of a CGI…
serverlocation
cgi_interpreter
The cgi_interpreter directive specifies the command or interpreter that is…
serverlocation
cgi_pass
The `cgi_pass` directive in NGINX passes requests to a CGI script for…
serverlocation
cgi_path
The 'cgi_path' directive specifies the path of the CGI script to be executed.
serverlocation
cgi_rdns
The `cgi_rdns` directive configures the behavior of reverse DNS lookups for…
serverlocation
cgi_set_var
The 'cgi_set_var' directive sets environment variables for CGI scripts.
serverlocation
cgi_stderr
The `cgi_stderr` directive configures how standard error output from CGI…
serverlocation
cgi_strict
The `cgi_strict` directive enforces strict CGI compliance when handling…
serverlocation
cgi_timeout
Sets the timeouts for CGI processing requests in NGINX.
serverlocation
cgi_working_dir
Sets the working directory for CGI scripts executed by NGINX.
serverlocation