nginx: fixed config

This commit is contained in:
Alexey Bannov 2023-05-03 12:34:33 +03:00
parent f9b3e30409
commit ca1217ed67

View File

@ -23,7 +23,6 @@ map $http_x_forwarded_host $proxy_x_forwarded_host {
"" $this_host;
}
# Set appropriate X-Forwarded-Ssl header
map $scheme $proxy_x_forwarded_ssl {
default off;
https on;