-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
'server {' stanza #792
Comments
Hmm, I can't quite reproduce that behavior anymore. Let's ignore this for now. |
Also running into this issue. My config is,
The service running on 127.0.0.1:8080 is terminating TLS |
What do you get with that configuration? |
Don't include |
@gerases: If it's Ok, I'm going to close this one out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It seems that the
server {
block is only included under this condition:If therefore I don't want ssl at all, then doing this:
produces just:
But in that case nginx doesn't start with the error:
Am I doing something wrong?
Thanks
The text was updated successfully, but these errors were encountered: