搜尋

首頁  >  問答  >  主體

node.js - 在windows上使用nginx拦截node静态资源请求后,怎样从请求中看出来啊?

在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;
}

伊谢尔伦伊谢尔伦2787 天前489

全部回覆(2)我來回復

  • 迷茫

    迷茫2017-04-17 15:41:03

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

    回覆
    0
  • 天蓬老师

    天蓬老师2017-04-17 15:41:03

    nginx部署的伺服器,預設在回傳頭中server欄位寫明是nginx

    回覆
    0
  • 取消回覆