Redirect (almost) all subdomains to www?
Thomas Delonge
lists at ruby-forum.com
Tue Sep 28 17:15:02 MSD 2010
I have two "server" directives.
One has:
server_name www.example.com;
The other has:
server_name admin.example.com;
Both do what they should. However, right now any subdomain (besides
"admin.example.com") is the exact same as www. I would prefer if things
were redirected so that a user cannot use "randomstuff.example.com" to
see the website. I also don't want them to be able to use it without a
www (e.g. example.com)
Basically all requests should be directed to have the www subdomain
(except for admin.example.com)
What's the best way to do this?
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list