mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-14 10:20:39 +00:00
Update initproxy.conf
This commit is contained in:
parent
26059e70b9
commit
169cdfab48
1 changed files with 2 additions and 6 deletions
|
@ -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 a new issue