This commit is contained in:
zino
2023-12-06 00:30:34 +01:00
parent a697ffe38a
commit c8e7eb665b
3 changed files with 8 additions and 10 deletions

View File

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