mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:12:59 +08:00
Update initproxy.conf
This commit is contained in:
parent
26059e70b9
commit
169cdfab48
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user