疯狂的狮子Li
2024-02-06 c7246b3a84e7a9a9a6fc53cc0aedb11bd2783ff5
script/docker/nginx/conf/nginx.conf
@@ -108,7 +108,7 @@
        }
        # 解决 powerjob 代理之后静态文件无法访问的问题 请勿修改乱动
        location ~ ^/(js|css|jpg|png|svg|woff|ttf|ico|img)/ {
        location ~ ^/(js|img|fonts)/ {
            proxy_pass http://powerjob-server;
        }