fix 修复 powerjob部署方案 高版本nginx不生效问题
parent
bf3c364431
commit
79efa12569
|
|
@ -79,7 +79,7 @@ http {
|
|||
}
|
||||
|
||||
# 解决 powerjob 代理之后静态文件无法访问的问题 请勿修改乱动
|
||||
location .*\.(js|css|jpg|png|svg|woff|ttf|ico)?$ {
|
||||
location ~ ^/(js|css|jpg|png|svg|woff|ttf|ico|img)/ {
|
||||
proxy_pass http://powerjob-server;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue