Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend response "204 Not Content" and the proxy not finish the request #391

Closed
canonale opened this issue Mar 15, 2016 · 0 comments
Closed

Comments

@canonale
Copy link

I'm using the nginx-proxy with a Piwik's container. Piwik gives me statistics about one DonDocker.

For this, Piwik uses a GET request for /piwik.php to save the statistics. This request response with 204 Not Content. If I use this software directly all run ok but if I use the proxy NginX, it remains waiting for the response but not finish.

I changed the code, 204 to 200 and the system go on.

Can I change the proxy configuration to process response's 204 from backend?

This is the command:

>_ docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock

@tkw1536 tkw1536 converted this issue into discussion #1954 Apr 10, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant