Error 404 when retrieving images in nginx

Source: Internet
Author: User
The problem is that the TP framework is used, and the web server is nginx. After the index. php * function is filtered out when the uri is overwritten to make the request go online, the page gets JavaScript normally and css is also normal. However, 404 is returned when reading the png or jpg images set in css. Thank you for your solutions. Nginx settings:... the problem is that the TP framework is used, and the web server is nginx. The uri is overwritten so that/index. php/* is filtered out during the request /*

After going online, the page gets js normally and css is also normal, but 404 is returned when reading the png, jpg, and other images set in css. Thank you for your solutions.

Nginx settings:

Server {listen 81; server_name location; charset UTF-8; # enable Gzip compression gzip on; gzip_min_length 1 k; gzip_buffers 4 16 k; # gzip_http_version 1.0; gzip_comp_level 3; gzip_types text/plain application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png; gzip_vary off; gzip_disable "MSIE [1-6] \. "; location/{root/home/dy; index index.html index. ht M index. php; try_files $ uri // index. php? S = $ uri;} location ~ \. Php $ {root/home/dy; fastcgi_pass 127.0.0.1: 9000; fastcgi_index index. php; fastcgi_param SCRIPT_FILENAME $ document_root $ fastcgi_script_name; include fastcgi_params ;}}

Error log:

2016/03/16 12:14:11 [error] 8296#0: *4 open() "/home/dy/public/indeximg/bg_head.png" failed (2: No such file or directory), client: xxx.xxx.xxx.xxx, server: location, request: "GET /public/indeximg/bg_head.png HTTP/1.1", host: "xxx.xxx.xxx.xxx:81", referrer: "http://xxx.xxx.xxx.xxx:81/Public/css/main.css?1.1.9"

Access log:

101.44.221.162 - - [16/Mar/2016:12:28:52 +0800] "GET /public/indeximg/bg_head.png HTTP/1.1" 404 31 "http://xxx.xxx.xxx.xxx:81/Public/css/main.css?1.1.9" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0"

Reply content:

The problem is that the TP framework is used, and the web server is nginx. The uri is overwritten so that/index. php/* is filtered out during the request /*

After going online, the page gets js normally and css is also normal, but 404 is returned when reading the png, jpg, and other images set in css. Thank you for your solutions.

Nginx settings:

Server {listen 81; server_name location; charset UTF-8; # enable Gzip compression gzip on; gzip_min_length 1 k; gzip_buffers 4 16 k; # gzip_http_version 1.0; gzip_comp_level 3; gzip_types text/plain application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png; gzip_vary off; gzip_disable "MSIE [1-6] \. "; location/{root/home/dy; index index.html index. ht M index. php; try_files $ uri // index. php? S = $ uri;} location ~ \. Php $ {root/home/dy; fastcgi_pass 127.0.0.1: 9000; fastcgi_index index. php; fastcgi_param SCRIPT_FILENAME $ document_root $ fastcgi_script_name; include fastcgi_params ;}}

Error log:

2016/03/16 12:14:11 [error] 8296#0: *4 open() "/home/dy/public/indeximg/bg_head.png" failed (2: No such file or directory), client: xxx.xxx.xxx.xxx, server: location, request: "GET /public/indeximg/bg_head.png HTTP/1.1", host: "xxx.xxx.xxx.xxx:81", referrer: "http://xxx.xxx.xxx.xxx:81/Public/css/main.css?1.1.9"

Access log:

101.44.221.162 - - [16/Mar/2016:12:28:52 +0800] "GET /public/indeximg/bg_head.png HTTP/1.1" 404 31 "http://xxx.xxx.xxx.xxx:81/Public/css/main.css?1.1.9" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0"

Ls/home/dy/public/indeximg/bg_head.png

Ls/home/dy/public/indeximg/bg_head.png: Check whether the image is absent. if so, check whether nginx users have access permissions.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.