diff --git a/install.sh b/install.sh index 255f050..d6dfa1e 100644 --- a/install.sh +++ b/install.sh @@ -315,7 +315,8 @@ function configure_nginx() { cd /etc/nginx/conf.d/ && rm -f ${domain}.conf && wget -O ${domain}.conf https://raw.githubusercontent.com/wulabing/Xray_onekey/${github_branch}/config/web.conf sed -i "s/xxx/${domain}/g" ${nginx_conf} judge "Nginx 配置 修改" - + + systemctl enable nginx systemctl restart nginx }