From f29d85eeb2985642a989e57c75344e2569671f04 Mon Sep 17 00:00:00 2001 From: igor04091968 Date: Thu, 4 Jun 2026 18:48:47 +0300 Subject: [PATCH] fix(gateway): force utf-8 charset --- ansible/templates/proxmox-web-gateway.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/templates/proxmox-web-gateway.conf.j2 b/ansible/templates/proxmox-web-gateway.conf.j2 index 33ffeb5..3910b8a 100644 --- a/ansible/templates/proxmox-web-gateway.conf.j2 +++ b/ansible/templates/proxmox-web-gateway.conf.j2 @@ -38,6 +38,9 @@ server { add_header X-Robots-Tag "noindex, nofollow, noarchive" always; add_header Strict-Transport-Security "max-age=31536000" always; + charset utf-8; + charset_types text/plain text/css application/json application/javascript text/javascript application/xml text/xml; + root {{ proxmox_web_gateway_root }}; index index.html;