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 }}
|
DocumentRoot {{ item.document_root }}
|
||||||
|
|
||||||
|
Options Index FollowSymLinks
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,5 +69,7 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{HTTPS} off
|
RewriteCond %{HTTPS} off
|
||||||
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE]
|
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NE]
|
||||||
|
{% else %}
|
||||||
|
Options Index FollowSymLinks
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue