Browse Source

docs(readme): document vhosts clean/cleanup

Linked to #372

Properly document ``apache.config.vhosts.clean`` and ``apache.config.vhosts.cleanup``, and the differences between them.
tags/v1.2.1
Yoda-BZH 3 years ago
parent
commit
2d72dff82b
No account linked to committer's email address
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      docs/README.rst

+ 11
- 0
docs/README.rst View File

SSLCertificateKeyFile: /path/to/ssl.key SSLCertificateKeyFile: /path/to/ssl.key
SSLCertificateChainFile: /path/to/ssl.ca.crt 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 Testing
------- -------



Loading…
Cancel
Save