add support for fancyindex
This commit is contained in:
parent
97bb7a433f
commit
5b201a05cf
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ pid /run/nginx.pid;
|
|||
load_module /usr/lib/nginx/modules/ngx_http_headers_more_filter_module.so;
|
||||
load_module /usr/lib/nginx/modules/ngx_stream_module.so;
|
||||
load_module /usr/lib/nginx/modules/ngx_http_geoip_module.so;
|
||||
load_module /usr/lib/nginx/modules/ngx_http_fancyindex_module.so;
|
||||
|
||||
events {
|
||||
use epoll;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue