reload nginx from other container code example
Example 1: nginx reload config
sudo service nginx reload
Example 2: how to reload nginx config
sudo nginx -s reload
Example 3: nginx reload on windows
nginx -s stop #fast shutdown
nginx -s quit #graceful shutdown
nginx -s reload #changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes
nginx -s reopen #re-opening log files