allow indexing to follow symlinks on qadevel
This commit is contained in:
parent
6a128dc86b
commit
246c398692
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue