File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ check_result $? 'apt-get upgrade failed'
416416
417417# Installing nginx repo
418418apt=/etc/apt/sources.list.d
419- echo " deb http://nginx.org/packages/ubuntu/ $codename nginx" > $apt /nginx.list
419+ echo " deb http://nginx.org/packages/mainline/ ubuntu/ $codename nginx" > $apt /nginx.list
420420wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
421421apt-key add /tmp/nginx_signing.key
422422
@@ -436,7 +436,7 @@ cd $vst_backups
436436mkdir nginx apache2 php5 php5-fpm vsftpd proftpd bind exim4 dovecot clamd
437437mkdir spamassassin mysql postgresql mongodb vesta
438438
439- # Backing up Nginx configuration
439+ # Backing up nginx configuration
440440service nginx stop > /dev/null 2>&1
441441cp -r /etc/nginx/* $vst_backups /nginx > /dev/null 2>&1
442442
You can’t perform that action at this time.
0 commit comments