This commit is contained in:
Eric Nemchik 2020-09-25 11:22:37 -05:00
commit 20fe3752cb
19 changed files with 59 additions and 105 deletions

View file

@ -35,7 +35,5 @@ server {
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
}
}