File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11protocols = imap pop3
2- listen = *, ::
2+ listen = *
33base_dir = /var/run/dovecot/
44!include conf.d/*.conf
Original file line number Diff line number Diff line change @@ -494,12 +494,10 @@ if [ "$?" -ne 0 ]; then
494494fi
495495
496496# Nginx configuration
497+ rm -f /etc/nginx/conf.d/* .conf
497498wget $CHOST /$VERSION /nginx.conf -O /etc/nginx/nginx.conf
498499wget $CHOST /$VERSION /nginx-status.conf -O /etc/nginx/conf.d/status.conf
499- rm -f /etc/nginx/conf.d/vesta_ip.conf
500- touch /etc/nginx/conf.d/vesta_ip.conf
501- rm -f /etc/nginx/conf.d/vesta_users.conf
502- touch /etc/nginx/conf.d/vesta_users.conf
500+ touch /etc/nginx/conf.d/vesta.conf
503501chkconfig nginx on
504502service nginx start
505503if [ " $? " -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments