diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-14 16:07:57 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-14 16:07:57 +0800 |
commit | eafe25e057b051c771b18e58aa3691127bd9707a (patch) | |
tree | 964e0e8e89e3e9cf4d93207fb257e05c20371d9b /nginx/nginx.conf | |
parent | a7cadf2c48041d1f731be90703e702d5050e6d84 (diff) |
Update
Diffstat (limited to 'nginx/nginx.conf')
-rw-r--r-- | nginx/nginx.conf | 6 |
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 @@ | |||
1 | load_module /etc/nginx/modules/ngx_http_dav_ext_module.so; | 1 | load_module /usr/lib/nginx/modules/ngx_http_dav_ext_module.so; |
2 | load_module /etc/nginx/modules/ngx_http_xslt_filter_module.so; | 2 | load_module /usr/lib/nginx/modules/ngx_http_xslt_filter_module.so; |
3 | load_module /etc/nginx/modules/ngx_http_proxy_connect_module.so; | 3 | #load_module /etc/nginx/modules/ngx_http_proxy_connect_module.so; |
4 | load_module /usr/lib/nginx/modules/ngx_http_fancyindex_module.so; | 4 | load_module /usr/lib/nginx/modules/ngx_http_fancyindex_module.so; |
5 | 5 | ||
6 | 6 | ||