This commit is contained in:
Stefan Wieczorek
2022-09-20 11:02:03 +02:00
parent 06880914ec
commit fc17bf1097

View File

@@ -57,7 +57,8 @@ server {
{{settings}} {{settings}}
location / { location / {
proxy_pass http://127.0.0.1:6081; {{proxy_pass}}
#proxy_pass http://127.0.0.1:6081;
#proxy_pass http://127.0.0.1:8080; #proxy_pass http://127.0.0.1:8080;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Host $http_host; proxy_set_header X-Forwarded-Host $http_host;