linuxserver / docker-healthchecks

GNU General Public License v3.0
177 stars 37 forks source link

Update uwsgi.ini #77

Closed solipsist01 closed 3 years ago

solipsist01 commented 3 years ago

This is a pull request for the following issue: https://github.com/linuxserver/docker-healthchecks/issues/67

When using this container behind a Traefik reverse proxy and forward authentication the webserver errors out with the message that the header size is bigger the 4096.

This pull request increases the header size in the following file: /app/healthchecks/uwsgi.ini

LinuxServer-CI commented 3 years ago

I am a bot, here are the test results for this PR: https://ci-tests.linuxserver.io/lspipepr/healthchecks/v1.22.0-pkg-62b9cb81-pr-77/index.html https://ci-tests.linuxserver.io/lspipepr/healthchecks/v1.22.0-pkg-62b9cb81-pr-77/shellcheck-result.xml

thespad commented 3 years ago

@solipsist01 please can you test lspipepr/healthchecks:v1.22.0-pkg-62b9cb81-pr-77 and confirm that it resolves your issue.

solipsist01 commented 3 years ago

I have pulled lspipepr/healthchecks:v1.22.0-pkg-62b9cb81-pr-77 and i can confirm the problem in this image is resolved.