Support for nginx
salt.modules.nginx.
build_info
()Return server and build arguments
CLI Example:
salt '*' nginx.build_info
salt.modules.nginx.
signal
(signal=None)Signals nginx to start, reload, reopen or stop.
CLI Example:
salt '*' nginx.signal reload
salt.modules.nginx.
status
(url='http://127.0.0.1/status')Return the data from an Nginx status page as a dictionary. http://wiki.nginx.org/HttpStubStatusModule
CLI Example:
salt '*' nginx.status
Generated on February 25, 2019 at 06:53:47 MST.
You are viewing docs for the previous stable release, 2017.7.8. Switch to docs for the latest stable release, 2018.3.3, or to a recent doc build from the develop branch.
© 2019 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy