Comprehensive Rewrite Rules / Regular Expressions Guide?

Ole Rehmsen lists at ruby-forum.com
Wed Apr 1 14:56:50 MSD 2009


> No.
> 
>     server  {
>          server_name  www.example.de;
>          ...
>     }
> 
>     server  {
>          server_name  _; # any names
> 
>          rewrite   ^   http://www.example.de$request_uri? permanent;
>     }

Thank you, this works just fine.

Thanks aswell for the wiki links, I hope they will help me with future 
problems.
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list