up
This commit is contained in:
parent
bde355072f
commit
3378813d96
11 changed files with 20 additions and 20 deletions
|
|
@ -17,7 +17,7 @@ server {
|
|||
include %home%/%user%/conf/web/%domain%/nginx.hsts.conf*;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.1.1:5212;
|
||||
proxy_pass http://127.0.0.1:5212;
|
||||
location ~* ^.+\.(%proxy_extentions%)$ {
|
||||
# root %sdocroot%;
|
||||
access_log /var/log/%web_system%/domains/%domain%.log combined;
|
||||
|
|
@ -32,7 +32,7 @@ server {
|
|||
}
|
||||
|
||||
location @fallback {
|
||||
proxy_pass http://127.0.1.1:5212;
|
||||
proxy_pass http://127.0.0.1:5212;
|
||||
}
|
||||
|
||||
location ~ /\.ht {return 404;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue