diff --git a/nginx-smartsoltech.conf b/nginx-smartsoltech.conf index 870dfae..f224918 100644 --- a/nginx-smartsoltech.conf +++ b/nginx-smartsoltech.conf @@ -79,6 +79,8 @@ server { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; + proxy_set_header X-Forwarded-Host $host; + proxy_set_header X-Forwarded-Port $server_port; proxy_redirect off; proxy_buffering off; diff --git a/smartsoltech/web/templates/web/base_modern.html b/smartsoltech/web/templates/web/base_modern.html index 708a5db..0a4e7fe 100644 --- a/smartsoltech/web/templates/web/base_modern.html +++ b/smartsoltech/web/templates/web/base_modern.html @@ -29,7 +29,7 @@ - > + {% block title %}SmartSolTech - Современные IT-решения{% endblock %}