mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 19:52:34 +02:00
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
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>
|