This commit is contained in:
zino
2023-12-05 15:33:03 +01:00
parent e6786b4e56
commit 128b0a0162
2 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ server {
#proxy_pass $upstream;
#proxy_set_header Host $http_host;
proxy_pass http://127.0.0.1:9090;
proxy_pass http://vouch:9090;
proxy_set_header Host $http_host;
}
}