You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I build the docker environment with the nginx image 1.19 I get an 400 Bad Request HTTP Error with the error Request Header Or Cookie Too Large.
This is caused, because of an infinite loop in one of the nginx config files (/etc/nginx/conf.d/default.conf)
In the server section the server listen at port 80 and has a proxy_pass to port 80. This causes the loop.
To fix this issue