Skip to content

Infinite Loop caused by wrong port configuration in nginx config #295

@frankmohaupt

Description

@frankmohaupt

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

need to be changed from 80 to 8080.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions