diff --git a/VLESS-TCP-XTLS-Multi-Web-Nginx/default.conf b/VLESS-TCP-XTLS-Multi-Web-Nginx/default.conf new file mode 100644 index 0000000..89a32ee --- /dev/null +++ b/VLESS-TCP-XTLS-Multi-Web-Nginx/default.conf @@ -0,0 +1,8 @@ +server +{ + listen 80; + server_name _; + index index.html; + root www/nginx/html; + return 301 https://$host$request_uri; +}