fix 修复 powerjob部署字体显示问题

This commit is contained in:
疯狂的狮子Li
2024-01-02 20:02:20 +08:00
parent c97a7dae3e
commit 629b70eaf4

View File

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