0 votes
in NGINX by
What are directive in Nginx? List few.

1 Answer

0 votes
by
Directives are configuration options in Nginx. Each option has name and parameters and must end with a semicolon (;).Directives are used to control Modules and divided into simple directives and block directives.

Below is the list of few Nginx Directives:

absolute_redirect

add_before_body

auth_basic

auth_jwt

auth_http_timeout

debug_connection

fastcgi_cache_key

View: Complete Nginx Directives Lists

Related questions

0 votes
asked Oct 25, 2019 in NGINX by rajeshsharma
0 votes
asked Feb 3, 2020 in NGINX by Tate
...