Report this

What is the reason for this report?

301 redirect with Nginx? Server_name is localhost

Posted on December 15, 2014

Probably an obvious question, but I’m new to this stuff…

I’m trying to use a 301 redirect to get www.ourapp.com to resolve to ourapp.com - currently, a user can open two different sessions on www and non-www, which we’d like to prevent. I found this very helpful Stackoverflow post: http://stackoverflow.com/questions/7947030/nginx-no-www-to-www-and-www-to-no-www

But when I open up my default file in etc/nginx/sites-available, the server_name is localhost, not ourapp.com. How do I deal with this situation?

Any help greatly appreciated.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

The server_name directive is set to localhost by default but you can replace it with your domain name and it would work just as well. The reason it works right now is because there’s only one server block so nginx defaults to it even if you’re browsing to http://yourapp.com and not http://localhost.

Awesome, thank you!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.