fix: trust
This commit is contained in:
parent
11cf6e4efc
commit
674a4bfce5
1 changed files with 1 additions and 2 deletions
|
|
@ -60,9 +60,8 @@
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-NginX-Proxy true;
|
proxy_set_header X-NginX-Proxy true;
|
||||||
proxy_set_header X-Forwarded-Proto http;
|
proxy_set_header X-Forwarded-Proto http;
|
||||||
#proxy_pass http://127.0.0.1:8080/; # tailing / is important!
|
|
||||||
rewrite ^/nextcloud(.*)$ $1 break;
|
rewrite ^/nextcloud(.*)$ $1 break;
|
||||||
proxy_pass http://127.0.0.1:8080
|
proxy_pass http://127.0.0.1:8080/; # tailing / is important!
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_cache_bypass $http_upgrade;
|
proxy_cache_bypass $http_upgrade;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue