在windows上使用nginx拦截node静态资源请求后,怎样从请求中看出来啊? - CNode技术社区

在windows上使用nginx拦截node静态资源请求后,怎样从请求中看出来啊?
发布于 9 年前 作者 qimuyunduan 4054 次浏览 来自 问答

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

回到顶部

AltStyle によって変換されたページ (->オリジナル) /