To reload Nginx configuration in a common Nginx Linux installation, simply run the following command on a terminal:
sudo nginx -s reload
This command will check for errors and reload the Nginx configuration file.
To reload Nginx configuration in a common Nginx Linux installation, simply run the following command on a terminal:
sudo nginx -s reload
This command will check for errors and reload the Nginx configuration file.