We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ded62 commit 14687f1Copy full SHA for 14687f1
2 files changed
install/0.9.7/rhel/dovecot/dovecot.conf
@@ -1,4 +1,4 @@
1
protocols = imap pop3
2
-listen = *, ::
+listen = *
3
base_dir = /var/run/dovecot/
4
!include conf.d/*.conf
install/vst-install.sh
@@ -494,12 +494,10 @@ if [ "$?" -ne 0 ]; then
494
fi
495
496
# Nginx configuration
497
+rm -f /etc/nginx/conf.d/*.conf
498
wget $CHOST/$VERSION/nginx.conf -O /etc/nginx/nginx.conf
499
wget $CHOST/$VERSION/nginx-status.conf -O /etc/nginx/conf.d/status.conf
-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
+touch /etc/nginx/conf.d/vesta.conf
503
chkconfig nginx on
504
service nginx start
505
if [ "$?" -ne 0 ]; then
0 commit comments