mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
fix: fixed typo in last commit (246c398)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user