fix 修复 powerjob部署方案 高版本nginx不生效问题

2.X
疯狂的狮子Li 2023-11-27 16:19:46 +08:00
parent bf3c364431
commit 79efa12569
1 changed files with 1 additions and 1 deletions

View File

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