VestaCP - CentOS 7 - как удалить nginx

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 19:33, 29 мая 2016; Admin iph (обсуждение | вклад) (Новая страница: « # yum remove nginx # cd /usr/local/vesta/conf # sed -i "/PROXY_*/d" vesta.conf # sed -i "s/8080/80/" vesta.conf #sed -i "s/8443/433/" vesta.conf # cd /…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск



# yum remove nginx
# cd /usr/local/vesta/conf
# sed -i "/PROXY_*/d" vesta.conf
# sed -i "s/8080/80/" vesta.conf
#sed -i "s/8443/433/" vesta.conf
# cd /etc/httpd/conf.d/
# sed -i "s/8080/80/" *.conf
# sed -i "s/8443/443/" *.conf
# for user in $(v-list-sys-users plain); do v-rebuild-web-domains $user; done
# systemctl restart httpd