Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

Return default placeholder image when image file on server not found (no replies)

$
0
0
What is the right way to convert this from .htaccess to nginx.conf..

##Return default placeholder image when image file on server not found
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule \.(gif|jpe?g|png) /image404.php [NC,L]

Viewing all articles
Browse latest Browse all 7229

Trending Articles