mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-09 05:39:13 +00:00
fix 修复 powerjob部署字体显示问题
This commit is contained in:
@@ -79,7 +79,7 @@ http {
|
||||
}
|
||||
|
||||
# 解决 powerjob 代理之后静态文件无法访问的问题 请勿修改乱动
|
||||
location ~ ^/(js|css|jpg|png|svg|woff|ttf|ico|img)/ {
|
||||
location ~ ^/(js|css|jpg|png|svg|woff|ttf|ico|img|fonts)/ {
|
||||
proxy_pass http://powerjob-server;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user