标签:ruid param 静态 nginx配置 http jpeg 动静分离 访问 pre
Nginx动静分离时,访问jar包中的静态文件如css\js等,需要将 nginx 配置文件转发到对应的路径上 一下路径可以正确使用。
location ~ /druid/.*\.(woff|ttf|svg|eot|gif|jpg|jpeg|bmp|png|ico|txt|js|css|xml)$ {
proxy_pass http://127.0.0.1:8000;
}
标签:ruid param 静态 nginx配置 http jpeg 动静分离 访问 pre
原文地址:https://www.cnblogs.com/azhqiang/p/13229375.html