fix: internet masters may thy solution be worketh
This commit is contained in:
parent
ddf7fcb3a0
commit
140e07863e
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-NginX-Proxy true;
|
||||
proxy_set_header X-Forwarded-Proto http;
|
||||
proxy_pass http://127.0.0.1:8080/; # tailing / is important!
|
||||
#proxy_pass http://127.0.0.1:8080/; # tailing / is important!
|
||||
rewrite ^/nextcloud(.*)$ $1 break;
|
||||
proxy_pass http://localhost:8080
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
proxy_redirect off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue