202-450 Exam QuestionsBrowse all questions from this exam

202-450 Exam - Question 78


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

Show Answer
Correct Answer: A

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.

Discussion

1 comment
Sign in to comment
ArminaOption: A
Feb 21, 2022

A is correct!