Images Aren't Displaying When Perl Interpreter Is Enabled
MasterMind
nginx-forum at nginx.us
Wed Feb 12 05:11:22 UTC 2014
Oops :X
https://stats.site.com/icon/other/vv.png
# Block Image Hotlinking
location /icon/ {
valid_referers none blocked stats.site.com;
if ($invalid_referer) {
return 403;
}
I thought maybe the image hotlinking part broke it, so i removed it and
images still dont display. I just tried copying an image to the root
directory and image still doesnt display.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246500,247440#msg-247440
More information about the nginx
mailing list