We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bee044 commit b83c881Copy full SHA for b83c881
ssh/ssh-vpn.sh
@@ -104,8 +104,8 @@ rm -f /etc/nginx/conf.d/vps.conf
104
105
# Download custom configs
106
wget -q -O /etc/nginx/nginx.conf "https://raw.githubusercontent.com/givps/AutoScriptXray/master/ssh/nginx.conf"
107
-mkdir -p /home/vps/public_html
108
-chown -R www-data:www-data /home/vps/public_html
+#mkdir -p /home/vps/public_html
+#chown -R www-data:www-data /home/vps/public_html
109
#wget -q -O /etc/nginx/conf.d/vps.conf "https://raw.githubusercontent.com/givps/AutoScriptXray/master/ssh/vps.conf"
110
111
# Add systemd override (fix for early startup)
0 commit comments