fix: fixed typo in last commit (246c398)

This commit is contained in:
Mike Ruckman 2015-07-17 21:03:58 +00:00
parent 246c398692
commit 7ed79ba3e8

View file

@ -57,7 +57,7 @@
DocumentRoot {{ item.document_root }}
Options Index FollowSymLinks
Options Indexes FollowSymLinks
</VirtualHost>
@ -70,6 +70,6 @@
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE]
{% else %}
Options Index FollowSymLinks
Options Indexes FollowSymLinks
{% endif %}
</VirtualHost>