certbot/certbot-apache/certbot_apache/tests/apache-conf-files/passing/owncloud-1264.conf

14 lines
288 B
Text
Raw Permalink Normal View History

Alias /owncloud /usr/share/owncloud
<Directory /usr/share/owncloud/>
Options +FollowSymLinks
AllowOverride All
<IfVersion < 2.3>
order allow,deny
allow from all
</IfVersion>
<IfVersion >= 2.3>
Require all granted
</IfVersion>
</Directory>