mise au point : attention , certbot en test-mode

This commit is contained in:
2022-05-06 16:34:38 +02:00
parent 0dc0373c85
commit 5e0fc8381d
4 changed files with 11 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
DocumentRoot {{ apache_document_root }}
<Directory {{ apache_document_root }}>
require all granted
Options -indexes
Options +indexes
</Directory>
{%if apache_use_ssl %}
RewriteEngine on