Skip to content

Nginx Configuration!

Test the Nginx configuration

Terminal window
sudo nginx -t

Reload Nginx to apply the changes

Terminal window
sudo systemctl reload nginx

This command reloads the Nginx service to apply the changes.