Skip to content
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

IPV6 #17

Open
fidelix opened this issue Dec 9, 2011 · 1 comment
Open

IPV6 #17

fidelix opened this issue Dec 9, 2011 · 1 comment

Comments

@fidelix
Copy link

fidelix commented Dec 9, 2011

listen [::]:80;

This won't work servers where IPV6 is not properly configured (most servers these days).
It would be nice to document this on the README.md

Suggestion:
Create a troubleshooting section on the readme, starting with this:

Your server's IPV6 is not configured properly. Remove the line
listen [::]:80;
from your server configuration blocks.

@perusio
Copy link
Owner

perusio commented Dec 9, 2011

I've never ever experienced that on a Debian system. Yes I know there are people like there running stuff like CentOS and assorted lesser children of the Linux distros. In fact the config needs a serious updating of the docs, since there's plenty of undocumented stuff like the keepalive to upstreams and the fallback locations or the difference between TCP and UDS sockets for FCGI, or even more important, the caching setup. I'll updated it this weekend.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants