소스 검색

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 년 전
부모
커밋
2d72dff82b
No account linked to committer's email address
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      docs/README.rst

+ 11
- 0
docs/README.rst 파일 보기

@@ -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…
취소
저장