Implemented hopefully the solution for the subs_filter method. Anyway I'm annoyed by this problem an will now clean up and go dacing. Enjoy your evening folks! :)

This commit is contained in:
Kevin Veen-Birkenbach 2023-11-18 22:14:54 +01:00
parent 16d802e687
commit f8501db1a9

View File

@ -7,6 +7,7 @@ location /
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Port 443;
proxy_set_header Accept-Encoding "";
# WebSocket specific header
proxy_http_version 1.1;