nginx custom error_page

kleinchris nginx-forum at nginx.us
Sat May 8 08:29:29 MSD 2010


Hello, I wanted to set a custom error_page by setting up:  
if (!-e $request_filename) {
           rewrite ^/de/(.*)$ /de/vbseo.php last;
}
if (!-e means if the requestes file don't exists right?! 

nginx server 0.8.32

Here is my config: http://pastebin.com/2krFJ3sf

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




More information about the nginx mailing list