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;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
- libnginx-mod-http-headers-more-filter
|
||||
- libnginx-mod-stream
|
||||
- libnginx-mod-http-geoip
|
||||
- libnginx-mod-http-fancyindex
|
||||
- goaccess
|
||||
- geoip-database
|
||||
notify:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue