From 4dd1c9995f9b0deef2c96418d32badf403458f5e Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 24 Nov 2019 00:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=AA=E8=A3=85=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E4=B8=BA3D=E5=85=83=E7=B4=A0=E5=91=A8=E6=9C=9F?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc4f4cb..8948cd2 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_o (其他的应该不用我多说了吧 嘿嘿嘿) ### 相关目录 -Web 目录:`/home/wwwroot/levis` +Web 目录:`/home/wwwroot/3DCEList` V2ray 服务端配置:`/etc/v2ray/config.json` diff --git a/install.sh b/install.sh index c78a339..2ad07fd 100644 --- a/install.sh +++ b/install.sh @@ -201,7 +201,7 @@ modify_nginx(){ web_camouflage(){ ##请注意 这里和LNMP脚本的默认路径冲突,千万不要在安装了LNMP的环境下使用本脚本,否则后果自负 rm -rf /home/wwwroot && mkdir -p /home/wwwroot && cd /home/wwwroot - git clone https://github.com/eyebluecn/levis.git + git clone https://github.com/wulabing/3DCEList.git judge "web 站点伪装" } v2ray_install(){ @@ -375,7 +375,7 @@ nginx_conf_add(){ ssl_ciphers TLS13-AES-256-GCM-SHA384:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:TLS13-AES-128-CCM-8-SHA256:TLS13-AES-128-CCM-SHA256:EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+ECDSA+AES128:EECDH+aRSA+AES128:RSA+AES128:EECDH+ECDSA+AES256:EECDH+aRSA+AES256:RSA+AES256:EECDH+ECDSA+3DES:EECDH+aRSA+3DES:RSA+3DES:!MD5; server_name serveraddr.com; index index.html index.htm; - root /home/wwwroot/levis; + root /home/wwwroot/3DCEList; error_page 400 = /400.html; location /ray/ {