summaryrefslogtreecommitdiffhomepage
path: root/nginx/nginx.conf
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-01-14 16:07:57 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-01-14 16:07:57 +0800
commiteafe25e057b051c771b18e58aa3691127bd9707a (patch)
tree964e0e8e89e3e9cf4d93207fb257e05c20371d9b /nginx/nginx.conf
parenta7cadf2c48041d1f731be90703e702d5050e6d84 (diff)
Update
Diffstat (limited to 'nginx/nginx.conf')
-rw-r--r--nginx/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 1b6d9ed..65eb733 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -1,6 +1,6 @@
1load_module /etc/nginx/modules/ngx_http_dav_ext_module.so; 1load_module /usr/lib/nginx/modules/ngx_http_dav_ext_module.so;
2load_module /etc/nginx/modules/ngx_http_xslt_filter_module.so; 2load_module /usr/lib/nginx/modules/ngx_http_xslt_filter_module.so;
3load_module /etc/nginx/modules/ngx_http_proxy_connect_module.so; 3#load_module /etc/nginx/modules/ngx_http_proxy_connect_module.so;
4load_module /usr/lib/nginx/modules/ngx_http_fancyindex_module.so; 4load_module /usr/lib/nginx/modules/ngx_http_fancyindex_module.so;
5 5
6 6