custom error page with errors in it

2013-03-18 Thread RedFoxy
Hi all! I does some rules for various web errors, that rules shows a custom error page: error_page 500 502 503 504 /50x.html; location = /50x.html { root/etc/nginx/_conf/error-page; } error_page 404 /404.html; location = /404.html { root/etc/nginx/_co

rewrite for missing images

2013-03-18 Thread RedFoxy
Hello! I want do a specific rewrite for missing image, I mean that I've a 404 page for all other missing pages, now I want do a rewrite that shows an image when is an image that is missing. is that possible? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237502,237502#msg-237502 _