집 > Q&A > 본문
在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;}
迷茫2017-04-17 15:41:03
看下请求的response中的 Server:nginx/1.4.6
天蓬老师2017-04-17 15:41:03
nginx部署的服务器,默认在返回头中server字段写明是nginx