Skip to content

Commit 14687f1

Browse files
committed
disabled ipv6 support
1 parent 85ded62 commit 14687f1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
protocols = imap pop3
2-
listen = *, ::
2+
listen = *
33
base_dir = /var/run/dovecot/
44
!include conf.d/*.conf

install/vst-install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,12 +494,10 @@ if [ "$?" -ne 0 ]; then
494494
fi
495495

496496
# Nginx configuration
497+
rm -f /etc/nginx/conf.d/*.conf
497498
wget $CHOST/$VERSION/nginx.conf -O /etc/nginx/nginx.conf
498499
wget $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
503501
chkconfig nginx on
504502
service nginx start
505503
if [ "$?" -ne 0 ]; then

0 commit comments

Comments
 (0)