Syntax: | autoindex_format
|
---|---|
Default: | autoindex_format html; |
Context: | http , server , location |
This directive appeared in version 1.7.9.
Sets the format of a directory listing.
When the JSONP format is used, the name of a callback function is set with the callback
request argument. If the argument is missing or has an empty value, then the JSON format is used.
The XML output can be transformed using the ngx_http_xslt_module module.
Please login to continue.