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

Update nodejs.org #181

Closed
wants to merge 1 commit into from
Closed

Update nodejs.org #181

wants to merge 1 commit into from

Conversation

No9
Copy link
Member

@No9 No9 commented Sep 2, 2015

So looking at this a little more it turns out 443 request works
https://www.nodejs.org successfully rewrites to https://nodejs.org but http://www.nodejs.org does not.
Looking at line 150 I see the order of the server_name is different than line 17
Totally guessing as I can't test but this seems a reasonable try

So looking at this a little more it turns out 443 request works  
https://www.nodejs.org successfully rewrites to https://nodejs.org but http://www.nodejs.org does not. 
Looking at line 150 I see the order of the server_name is different than line 17
Totally guessing as I can't test but this seems a reasonable try
@rvagg
Copy link
Member

rvagg commented Sep 3, 2015

Thanks @No9! I've fixed this in 631fda6 but you were right that this is a server_name issue, I've just opted for being explicit in the redirect instead.

@rvagg rvagg closed this Sep 3, 2015
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

Successfully merging this pull request may close these issues.

2 participants