This commit is contained in:
zino
2023-12-05 20:58:56 +01:00
parent 72c6fea76d
commit 988a8ca9db
4 changed files with 5 additions and 3 deletions

View File

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