This commit is contained in:
zino
2023-12-05 23:43:05 +01:00
parent 50467139ab
commit 81c1465902
3 changed files with 17 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ server {
location / {
resolver 127.0.0.11;
set $upstream "http://vouch:9090";
proxy_set_header Host $http_host;
#proxy_set_header Host $http_host;
proxy_pass $upstream;
}
}