検索

ホームページ  >  に質問  >  本文

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

伊谢尔伦伊谢尔伦2767日前472

全員に返信(2)返信します

  • 迷茫

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

    要求された応答内の Server:nginx/1.4.6 を確認してください

    返事
    0
  • 天蓬老师

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

    nginx によってデプロイされたサーバー。デフォルトでは、戻りヘッダーのサーバーフィールドは nginx を示します

    返事
    0
  • キャンセル返事