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