Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Nginx reverse proxy error # 3848: * 1621 CreateFile() "

2025-01-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

# 3848: * 1621 CreateFile () "D:\ nginx-1.8.0/html/resources/moneyProject/img/asdfgv.png" failed (3: The system cannot find the path specified), client:

Mostly caching problems.

Location. *. (gif | jpg | jpeg | png | bmp | swf) ${

Expires 30d

}

This means that the static image file cached by the client browser is kept for 30 days. When nginx is used as a reverse proxy, the real server is on the backend, and the cache is pointed to the html folder of nginx. Check nginx's error log: [error] 382403848: * 1621 CreateFile () "D:\ nginx-1.8.0/html/resources/moneyProject/img/asdfgv.png" failed (3: The system cannot find the path specified), client: 58.250.95.186, server: localhost, request: "GET / resources/moneyProject/img/asdfgv.png HTTP/1.1" Host: the html folder under nginx's directory cannot find this image processing method to delete location ~. *\. (gif | jpg | jpeg | png | bmp | swf) ${expires 30d } problem with reloading nginx has been resolved

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report