2 examples for nginx
# Checks the configuration file to see if it is valid
nginx -t
# Reload the configuration file
killall -HUP nginx
# Checks the configuration file to see if it is valid
nginx -t
# Reload the configuration file
killall -HUP nginx