Fix Keycloak Corrupted Content error

This commit is contained in:
2026-03-11 17:21:43 +00:00
parent 728f883d99
commit 53b212e5b0
2 changed files with 7 additions and 5 deletions

View File

@@ -85,6 +85,8 @@ server {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Accept-Encoding "";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;