mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-10 14:51:41 +00:00
Merge pull request #374 from Yoda-BZH/master
docs(readme): document vhosts clean/cleanup
This commit is contained in:
commit
cde7c5b6db
1 changed files with 11 additions and 0 deletions
|
@ -299,6 +299,17 @@ Example Pillar:
|
|||
SSLCertificateKeyFile: /path/to/ssl.key
|
||||
SSLCertificateChainFile: /path/to/ssl.ca.crt
|
||||
|
||||
``apache.config.vhosts.clean``
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Remove non-declared virtual hosts, and deactivates the service.
|
||||
|
||||
``apache.config.vhosts.cleanup``
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Remove non-declared virtual hosts, but keeps the service running.
|
||||
|
||||
|
||||
Testing
|
||||
-------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue