diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-17 10:44:18 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-17 10:44:18 +0000 |
commit | 97cbf476e5f3ba9be758bba00912024845b6b38b (patch) | |
tree | bdbf5de0e81abbd50fa46485ec742afaa7113a33 /etc | |
parent | 847e4f28b375ac7d99ae7d373a605daacaf83521 (diff) |
tmp website
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nginx/nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 151e5f32..464790e1 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -46,8 +46,8 @@ http { #access_log logs/host.access.log main; location / { - root /usr/share/nginx/html; - index index.html index.htm; + root /srv/http; + index index.html; } #error_page 404 /404.html; |