Closed rkojedzinszky closed 2 years ago
Login process results in a 502 Bad Gateway.
502 Bad Gateway
Official images deployed on Kubernetes.
Nginx logs show:
2021/12/11 15:49:26 [error] 657#657: *369 upstream sent too big header while reading response header from upstream, client: 10.112.9.211, server: , request: "POST /login HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm7.sock:", host: "xxxx", referrer: "xxx/login"
Adding this to nginx.conf, the login process works again:
fastcgi_buffer_size 32k;
Behaviour
Login process results in a
502 Bad Gateway
.Steps to reproduce this issue
Configuration
Official images deployed on Kubernetes.
Logs
Nginx logs show:
Adding this to nginx.conf, the login process works again: