Skip to content
New issue

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

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

Already on GitHub? # to your account

Add server_name to the http->https redirection server block #147

Merged
merged 1 commit into from
Feb 28, 2016

Conversation

bdewater
Copy link
Contributor

@bdewater bdewater commented Feb 9, 2016

Without this change nginx -t warns about conflicting server name "" on 0.0.0.0:80 when running multiple SSL enabled apps. Visiting a configured domain via HTTP results in a 502 Bad Gateway error.

…knows what to do when running mutiple SSL enabled apps.

Without this change `nginx -t` warns about `conflicting server name "" on 0.0.0.0:80` and visiting the domain results in a 502 Bad Gateway error.
seuros added a commit that referenced this pull request Feb 28, 2016
Add server_name to the http->https redirection server block
@seuros seuros merged commit 642d141 into seuros:master Feb 28, 2016
@bdewater bdewater deleted the add-servername-for-https-redirect branch February 29, 2016 09:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants