fix: powerjob反向代理添加fonts,修复fontawesome显示
Signed-off-by: dhb52 <dhb52@126.com>
This commit is contained in:
parent
649099a841
commit
8660db3bb3
@ -108,7 +108,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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user