From 05447fe1c4b9ce61fc77e33271c4dc921bcd418f Mon Sep 17 00:00:00 2001 From: Rakau Date: Wed, 2 Dec 2020 10:43:16 +0800 Subject: [PATCH] Update default.conf --- VLESS-TCP-XTLS-Nginx stream/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-TCP-XTLS-Nginx stream/default.conf b/VLESS-TCP-XTLS-Nginx stream/default.conf index 89a32ee..157b2f7 100644 --- a/VLESS-TCP-XTLS-Nginx stream/default.conf +++ b/VLESS-TCP-XTLS-Nginx stream/default.conf @@ -4,5 +4,5 @@ server server_name _; index index.html; root www/nginx/html; - return 301 https://$host$request_uri; + return 301 https://$host$request_uri; # 重定向HTTPS }