Skip to content
Snippets Groups Projects
Verified Commit 5b201a05 authored by nd's avatar nd
Browse files

add support for fancyindex

parent 97bb7a43
Branches
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ pid /run/nginx.pid; ...@@ -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_http_headers_more_filter_module.so;
load_module /usr/lib/nginx/modules/ngx_stream_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_geoip_module.so;
load_module /usr/lib/nginx/modules/ngx_http_fancyindex_module.so;
events { events {
use epoll; use epoll;
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
- libnginx-mod-http-headers-more-filter - libnginx-mod-http-headers-more-filter
- libnginx-mod-stream - libnginx-mod-stream
- libnginx-mod-http-geoip - libnginx-mod-http-geoip
- libnginx-mod-http-fancyindex
- goaccess - goaccess
- geoip-database - geoip-database
notify: notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment