Support for nginx
test configuration and exit
CLI Example:
salt '*' nginx.configtest
Signals nginx to start, reload, reopen or stop.
CLI Example:
salt '*' nginx.signal reload
Return server version from nginx -v
CLI Example:
salt '*' nginx.version