server/nginx/fancyindex
This commit is contained in:
parent
377d8f1865
commit
7c7b178392
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue