From 4e78b2e93f0c68a0d2ca9777f213500556a96752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Mon, 11 Sep 2023 12:43:16 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=BD=95=E5=83=8F?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=AE=BF=E9=97=AE=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http_server.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/http_server.conf b/http_server.conf index 45d7fe0..63356e9 100644 --- a/http_server.conf +++ b/http_server.conf @@ -23,11 +23,6 @@ server { alias /opt/download/; } - location /media/replay/ { - add_header Content-Encoding gzip; - root /opt/jumpserver/data/; - } - location /static/ { root /opt/jumpserver/data/; }