From 067c4ca79b3bf1c64f83b52235f52b07149b6efa Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Tue, 19 Jan 2021 14:16:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=96=87=E4=BB=B6=E4=B8=BA=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index af0f266..8d8a895 100644 --- a/install.sh +++ b/install.sh @@ -499,6 +499,7 @@ EOF server_name ${domain}; root /usr/share/nginx/html; location /s/ { + add_header Content-Type text/plain; alias /etc/v2ray-agent/subscribe/; } # location / { @@ -515,6 +516,7 @@ EOF server_name ${domain}; root /usr/share/nginx/html; location /s/ { + add_header Content-Type text/plain; alias /etc/v2ray-agent/subscribe/; } location / {