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
The URL of the status page. Defaults to 'http://127.0.0.1/status'
CLI Example:
salt '*' nginx.status
Return server version from nginx -v
CLI Example:
salt '*' nginx.version
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy