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
- A. fastcgi_pass
- B. fastcgi_proxy
- C. proxy_fastcgi
- D. proxy_fastcgi_pass
- E. fastcgi_forward
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.