From d27fc8cc934e70097d32944f6e5e66128de87765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Thu, 25 Jan 2024 14:28:03 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3=E7=90=86=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx/conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docker/nginx/conf/nginx.conf b/docker/nginx/conf/nginx.conf index 709b9511..176ff729 100644 --- a/docker/nginx/conf/nginx.conf +++ b/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;