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 / {