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

在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伐。

reply all(2)
迷茫

Look at Server:nginx/1.4.6 in the requested response

Peter_Zhu

The server deployed by nginx, by default, the server field in the return header indicates nginx

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template