fix: canonical в продакшен не должен показывать http вместо https

This commit is contained in:
2026-03-05 13:44:33 +03:00
parent f64b7d8799
commit 6b6f294c9b
2 changed files with 8 additions and 0 deletions

View File

@@ -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;
}