header fix

This commit is contained in:
2025-11-24 12:14:05 +09:00
parent d2e704ae84
commit b375965a20
2 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ server {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme; 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_redirect off;
proxy_buffering off; proxy_buffering off;

View File

@@ -29,7 +29,7 @@
<link rel="manifest" href="/static/manifest.json"> <link rel="manifest" href="/static/manifest.json">
<!-- Favicon --> <!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%236366f1'/><text y='70' font-size='60' fill='white' font-family='Arial,sans-serif' text-anchor='middle' x='50'>S</text></svg>">> <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%236366f1'/><text y='70' font-size='60' fill='white' font-family='Arial,sans-serif' text-anchor='middle' x='50'>S</text></svg>">
<title>{% block title %}SmartSolTech - Современные IT-решения{% endblock %}</title> <title>{% block title %}SmartSolTech - Современные IT-решения{% endblock %}</title>