Switch from Apache to Nginx

If you want to switch the Web server, follow these steps:

  • Stop Apache and disable the Apache service:

      $ sudo /opt/bitnami/ctlscript.sh stop apache
      $ sudo systemctl disable bitnami.apache
    
  • Enable the NGINX service:

      $ sudo systemctl enable bitnami.nginx
      $ sudo systemctl start bitnami.nginx
    
Last modification August 18, 2025