CSS 404 Error
iqbalmp
nginx-forum at nginx.us
Fri Aug 24 13:44:20 UTC 2012
kustodian,
Thank You for your fast reply, i have resolved this by editing one of my
'location' in my nginx.conf file:
..............
location / {
root /var/www/html;
index index.php index.html index.htm;
fastcgi_param REDIRECT_STATUS 200;
}
.....................
Previously this was '/usr/share/nginx/html', but it was 'var/www/html' in
all other 'location's.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,230099,230103#msg-230103
More information about the nginx
mailing list