With Nginx, which of the following directives is used to proxy requests to a FastCGI application?
With Nginx, which of the following directives is used to proxy requests to a FastCGI application?
The directive used in Nginx to proxy requests to a FastCGI application is 'fastcgi_pass'. This directive specifies the FastCGI server to which the requests should be sent.
A is correct!