Skip to content

Commit b83c881

Browse files
authored
Update ssh-vpn.sh
1 parent 3bee044 commit b83c881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh/ssh-vpn.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ rm -f /etc/nginx/conf.d/vps.conf
104104

105105
# Download custom configs
106106
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
107+
#mkdir -p /home/vps/public_html
108+
#chown -R www-data:www-data /home/vps/public_html
109109
#wget -q -O /etc/nginx/conf.d/vps.conf "https://raw.githubusercontent.com/givps/AutoScriptXray/master/ssh/vps.conf"
110110

111111
# Add systemd override (fix for early startup)

0 commit comments

Comments
 (0)