URL Redirect Problems

t3hslr nginx-forum at nginx.us
Fri Nov 12 10:33:19 MSK 2010


Try this: 
[code]
location /tango {
    rewrite ^(.*)$ http://nginx.org/ permanent; 
}
[/code]

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,149946,150049#msg-150049




More information about the nginx mailing list