202-450 Exam QuestionsBrowse all questions from this exam

202-450 Exam - Question 77


Which option within a Nginx server configuration section defines the file system path from which the content of the server is retrieved?

Show Answer
Correct Answer: D

In a Nginx server configuration, the 'root' directive is used to define the file system path from which the content of the server is retrieved. This is distinct from Apache's 'DocumentRoot'. The 'location' directive is used to define how Nginx processes specific sets of requests, 'htdocs' and 'base_dir' are not valid Nginx directives.

Discussion

1 comment
Sign in to comment
ArminaOption: D
Feb 18, 2022

D is correct