LPIC-2 Exam 202 (Linux Engineer) — Question 83

With Nginx, which of the following directives is used to proxy requests to a FastCGI application?

Answer options

Correct answer: A

Explanation

The correct answer is A, fastcgi_pass, as it is specifically designed to pass requests to FastCGI applications. The other options, while they may sound similar, do not exist as valid Nginx directives for this purpose.