allow indexing to follow symlinks on qadevel

This commit is contained in:
Mike Ruckman 2015-07-17 20:56:14 +00:00
parent 6a128dc86b
commit 246c398692

View file

@ -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>