server/nginx/fancyindex

This commit is contained in:
Marc Beninca 2019-08-15 21:07:16 +02:00
parent 377d8f1865
commit 7c7b178392

View file

@ -320,6 +320,7 @@ Configuration
:: ::
load_module modules/ngx_http_fancyindex_module.so;
load_module modules/ngx_http_headers_more_filter_module.so; load_module modules/ngx_http_headers_more_filter_module.so;
pid /run/nginx.pid; pid /run/nginx.pid;
@ -476,7 +477,7 @@ Sites
include rwx.work.conf; include rwx.work.conf;
server_name deb.rwx.work; server_name deb.rwx.work;
root /d/mirrors/apt-mirror/debian; root /d/mirrors/apt-mirror/debian;
autoindex on; fancyindex on;
} }
server { server {