Преглед изворни кода

update 优化 删除无用代理配置

疯狂的狮子Li пре 2 година
родитељ
комит
d27fc8cc93
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      docker/nginx/conf/nginx.conf

+ 0 - 5
docker/nginx/conf/nginx.conf

@@ -78,11 +78,6 @@ http {
             proxy_pass http://server/;
         }
 
-        # 解决 powerjob 代理之后静态文件无法访问的问题 请勿修改乱动
-        location ~ ^/(js|img|fonts)/ {
-            proxy_pass http://powerjob-server;
-        }
-
         error_page   500 502 503 504  /50x.html;
         location = /50x.html {
             root   html;