mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
disabled ipv6 support
This commit is contained in:
parent
85ded620a2
commit
14687f170a
2 changed files with 3 additions and 5 deletions
|
@ -494,12 +494,10 @@ if [ "$?" -ne 0 ]; then
|
|||
fi
|
||||
|
||||
# Nginx configuration
|
||||
rm -f /etc/nginx/conf.d/*.conf
|
||||
wget $CHOST/$VERSION/nginx.conf -O /etc/nginx/nginx.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_ip.conf
|
||||
rm -f /etc/nginx/conf.d/vesta_users.conf
|
||||
touch /etc/nginx/conf.d/vesta_users.conf
|
||||
touch /etc/nginx/conf.d/vesta.conf
|
||||
chkconfig nginx on
|
||||
service nginx start
|
||||
if [ "$?" -ne 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue