无论出于什么原因,我都不知道nginx将png和ico扩展名重定向到404,即使这些文件存在:
我在这里做错了什么:
index login.php index.php index.html index.htm;
location ~* \.(css|js|png|woff2|woff|ttf|jpg|jpeg|gif|ico)$ {}
location / {
try_files $uri $uri.php;
rewrite ^(.*)$ $uri.php;
}
error_page 404 404;
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
答案 0 :(得分:0)
好的,谢谢你的时间我是个白痴:)
[root @ localhost tpl]#find -name sort_both.png ./plugins/datatables/images/sort_both.png [root @ localhost tpl] #grep sort_both.png -Rl * 插件/数据表/ jquery.dataTables.css 插件/数据表/ jquery.dataTables.min.css
引用亲戚../images vs images /