mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
disabled ipv6 support
This commit is contained in:
parent
85ded620a2
commit
14687f170a
2 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
protocols = imap pop3
|
protocols = imap pop3
|
||||||
listen = *, ::
|
listen = *
|
||||||
base_dir = /var/run/dovecot/
|
base_dir = /var/run/dovecot/
|
||||||
!include conf.d/*.conf
|
!include conf.d/*.conf
|
||||||
|
|
|
@ -494,12 +494,10 @@ if [ "$?" -ne 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Nginx configuration
|
# Nginx configuration
|
||||||
|
rm -f /etc/nginx/conf.d/*.conf
|
||||||
wget $CHOST/$VERSION/nginx.conf -O /etc/nginx/nginx.conf
|
wget $CHOST/$VERSION/nginx.conf -O /etc/nginx/nginx.conf
|
||||||
wget $CHOST/$VERSION/nginx-status.conf -O /etc/nginx/conf.d/status.conf
|
wget $CHOST/$VERSION/nginx-status.conf -O /etc/nginx/conf.d/status.conf
|
||||||
rm -f /etc/nginx/conf.d/vesta_ip.conf
|
touch /etc/nginx/conf.d/vesta.conf
|
||||||
touch /etc/nginx/conf.d/vesta_ip.conf
|
|
||||||
rm -f /etc/nginx/conf.d/vesta_users.conf
|
|
||||||
touch /etc/nginx/conf.d/vesta_users.conf
|
|
||||||
chkconfig nginx on
|
chkconfig nginx on
|
||||||
service nginx start
|
service nginx start
|
||||||
if [ "$?" -ne 0 ]; then
|
if [ "$?" -ne 0 ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue