February 2018
Beginner to intermediate
348 pages
9h 40m
English
The FastCGI, uWSGI, and SCGI modules are included in the default Nginx build. You do not need to enable them manually at compile time. The directives listed in the following table allow you to configure the way Nginx passes requests to the FastCGI/uWSGI/SCGI application. Note that you will find fastcgi_params, uwsgi_params, and scgi_params files in the Nginx configuration folder; these define directive values that are valid for most situations:
|
Directive |
Description |
|
fastcgi_pass Context: location, if |
This directive specifies that the request should be passed to the FastCGI server, by indicating its location:
|
Read now
Unlock full access