node.js - 在windows上使用nginx拦截node静态资源请求后,怎样从请求中看出来啊?
伊谢尔伦
伊谢尔伦 2017-04-17 15:39:03
0
2
468

在windows上使用nginx拦截node静态资源请求后,怎样从请求中看出来啊?
location ~ ^/(images/|img/|javascript/|js/|css/|stylesheets/|flash/|media/|static/|assets/|public/|robots.txt|humans.txt|favicon.ico) {
root D:/code/public;
access_log off;
expires 30d;
}

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

Antworte allen(2)
迷茫

看下请求的response中的 Server:nginx/1.4.6

Peter_Zhu

nginx部署的服务器,默认在返回头中server字段写明是nginx

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!