Support for nginx
Return server and build arguments
CLI Example:
salt '*' nginx.build_info
test configuration and exit
CLI Example:
salt '*' nginx.configtest
Signals nginx to start, reload, reopen or stop.
CLI Example:
salt '*' nginx.signal reload
Return the data from an Nginx status page as a dictionary. http://wiki.nginx.org/HttpStubStatusModule
CLI Example:
salt '*' nginx.status
Return server version from nginx -v
CLI Example:
salt '*' nginx.version
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.nginx.html