Update initproxy.conf

This commit is contained in:
赵璟 2024-12-12 15:17:49 +08:00 committed by GitHub
parent 26059e70b9
commit 169cdfab48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,13 +16,9 @@ server {
rewrite ^/locales/(.*) /w9deployment/locales/$1 break;
}
location = / {
root /etc/websoft9/landing;
try_files /index.html =404;
add_header Content-Type text/html;
}
location / {
root /etc/websoft9/landing;
index index.html
# Proxy!
include conf.d/include/proxy.conf;
}