Nginx problem
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 5s

This commit is contained in:
2026-06-11 23:56:37 +02:00
parent 6e4a9ac967
commit 142d655d84

View File

@@ -27,8 +27,9 @@ http {
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 $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
}