feat: habilitar websockets

This commit is contained in:
f 2025-03-06 22:21:15 -03:00
parent 61deebaf25
commit 433fda716a
No known key found for this signature in database

View File

@ -23,6 +23,9 @@
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 https;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
{% include "files/custom_proxy_includes/" ~ vhost.domains[0] ignore missing %}
}