VestaCP - CentOS 7 - как удалить nginx: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
 
Строка 1: Строка 1:
 
[[Файл:Hot11.png|link=https://bit.ly/3tbFsd6| Самые выгодные сервера в рунете ]]
 
[[Файл:Hot11.png|link=https://bit.ly/3tbFsd6| Самые выгодные сервера в рунете ]]
  
=== VestaCP - CentOS 7 - как удалить nginx ===
+
=== Панель управением хостинга - VestaCP - CentOS 7 - как удалить nginx ===
  
  

Текущая версия на 19:40, 29 мая 2016

Самые выгодные сервера в рунете

Панель управением хостинга - VestaCP - CentOS 7 - как удалить nginx

# 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