m
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user