Vestacp只是使用apache

时间:2017-09-27 14:07:22

标签: webserver vesta

我最近安装了vestacp,但我不想使用ngix我只想使用Apache

我必须重新安装吗?

如何从我的vestacp中删除ngix?

1 个答案:

答案 0 :(得分:2)

是的,您可以在不重新安装的情况下删除nginx。

  1. 停止nginx

    服务nginx停止

  2. 删除包

  3. //在Debian / Ubuntu中

    apt-get remove nginx
    

    //在CentOS中

    yum remove nginx
    
    1. 更改背心配置

      cd / usr / local / vesta / conf

      sed -i" / PROXY _ * / d" vesta.conf

      sed -i" s / 8080/80 /" vesta.conf

      sed -i" s / 8443/443 /" vesta.conf

    2. 更改httpd配置

    3. //在Debian / Ubuntu中

      cd /etc/apache2/conf.d
      

      //在CentOS中

      cd /etc/httpd/conf.d
      

      接下来那样做:

      sed -i "s/8080/80/" *.conf
      
      sed -i "s/8443/443/" *.conf
      
      1. 重建vhost配置

        用于$(v-list-sys-users plain)中的用户; do v-rebuild-web-domains $ user;完成

      2. 您可以在以下位置找到说明: http://vestacp.com/docs/#how-to-remove-nginx-rhel-centos

        http://vestacp.com/docs/#how-to-remove-nginx-debian-ubuntu