create_full_put_path

Syntax: create_full_put_path on | off; Default: create_full_put_path off; Context: http, server, location The WebDAV specification only allows creating files in already existing directories. This directive allows creating all needed intermediate directories.

uwsgi_cache_lock_timeout

Syntax: uwsgi_cache_lock_timeout time; Default: uwsgi_cache_lock_timeout 5s; Context: http, server, location This directive appeared in version 1.1.12. Sets a timeout for uwsgi_cache_lock. When the time expires, the request will be passed to the uwsgi server, however, the response will not be cached. Before 1.7.8, the response could be cached.

max_ranges

Syntax: max_ranges number; Default: — Context: http, server, location This directive appeared in version 1.1.2. Limits the maximum allowed number of ranges in byte-range requests. Requests that exceed the limit are processed as if there were no byte ranges specified. By default, the number of ranges is not limited. The zero value disables the byte-range support completely.

fastcgi_cache_lock_age

Syntax: fastcgi_cache_lock_age time; Default: fastcgi_cache_lock_age 5s; Context: http, server, location This directive appeared in version 1.7.8. If the last request passed to the FastCGI server for populating a new cache element has not completed for the specified time, one more request may be passed to the FastCGI server.

limit_req_status

Syntax: limit_req_status code; Default: limit_req_status 503; Context: http, server, location This directive appeared in version 1.3.15. Sets the status code to return in response to rejected requests.

js_include

Syntax: js_include file; Default: — Context: http Specifies a file that implements location and variable handlers in nginScript.

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.