How to Install and Configure Nginx on CentOS 8
phoenixnap.com › kb › install-nginx-centos-8Jan 31, 2020 · Start Nginx on Centos 8. Although you have installed Nginx, the service will not start automatically. Start the service by typing: sudo systemctl start nginx. To enable the service to start running upon boot time use: sudo systemctl enable nginx. If you check the service status, the output should show you Nginx is active (running): sudo systemctl status nginx