up
This commit is contained in:
parent
091eb13595
commit
46b2d54e55
11 changed files with 398 additions and 14 deletions
|
|
@ -17,7 +17,7 @@ server {
|
|||
include %home%/%user%/conf/web/%domain%/nginx.hsts.conf*;
|
||||
|
||||
location / {
|
||||
proxy_pass https://127.0.0.1:8020;
|
||||
proxy_pass https://127.0.1.1:8020;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue