We use Nginx across multiple servers and are currently running 1.11.10.
I am creating an Ansible script to deploy some configuration changes. The script copies the new configuration file to the server and then issues a command to reload the Nginx configuration.
Is there any way I can confirm that the file has been reloaded successfully? Using "systemctl status nginx" at the command line just gives me the status of the server and details when it was last restarted, not when the configuration was last reloaded.
Many thanks in advance for any information or help.