flv

Syntax: flv; Default: — Context: location Turns on module processing in a surrounding location.

ancient_browser_value

Syntax: ancient_browser_value string; Default: ancient_browser_value 1; Context: http, server, location Sets a value for the $ancient_browser variables.

log_not_found

Syntax: log_not_found on | off; Default: log_not_found on; Context: http, server, location Enables or disables logging of errors about not found files into error_log.

uwsgi_modifier1

Syntax: uwsgi_modifier1 number; Default: uwsgi_modifier1 0; Context: http, server, location Sets the value of the modifier1 field in the uwsgi packet header.

image_filter_interlace

Syntax: image_filter_interlace on | off; Default: image_filter_interlace off; Context: http, server, location This directive appeared in version 1.3.15. If enabled, final images will be interlaced. For JPEG, final images will be in “progressive JPEG” format.

google_perftools_profiles

Syntax: google_perftools_profiles file; Default: — Context: main Sets a file name that keeps profiling information of nginx worker process. The ID of the worker process is always a part of the file name and is appended to the end of the file name, after a dot.

auth_jwt

Syntax: auth_jwt string [token=$variable] | off; Default: auth_jwt off; Context: http, server, location Enables validation of JSON Web Token. The specified string is used as a realm. Parameter value can contain variables. The optional token parameter specifies a variable that contains JSON Web Token. By default, JWT is passed in the “Authorization” header as a Bearer Token. JWT may be also passed as a cookie or a part of a query string: auth_jwt "closed site" token

ssl_prefer_server_ciphers

Syntax: ssl_prefer_server_ciphers on | off; Default: ssl_prefer_server_ciphers off; Context: http, server Specifies that server ciphers should be preferred over client ciphers when using the SSLv3 and TLS protocols.

timeout

Syntax: timeout time; Default: timeout 60s; Context: mail, server Sets the timeout that is used before proxying to the backend starts.

scgi_cache_revalidate

Syntax: scgi_cache_revalidate on | off; Default: scgi_cache_revalidate off; Context: http, server, location This directive appeared in version 1.5.7. Enables revalidation of expired cache items using conditional requests with the “If-Modified-Since” and “If-None-Match” header fields.