fix: canonical в продакшен не должен показывать http вместо https
This commit is contained in:
@@ -114,6 +114,7 @@ http {
|
||||
|
||||
proxy_pass http://app_server;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $host;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user