mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
allow indexing to follow symlinks on qadevel
This commit is contained in:
@@ -57,6 +57,8 @@
|
||||
|
||||
DocumentRoot {{ item.document_root }}
|
||||
|
||||
Options Index FollowSymLinks
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
||||
@@ -67,5 +69,7 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTPS} off
|
||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE]
|
||||
{% else %}
|
||||
Options Index FollowSymLinks
|
||||
{% endif %}
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user