Welcome to mirror list, hosted at ThFree Co, Russian Federation.

owncloud-1264.conf « passing « apache-conf-files « tests « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0ac81fa34761b83b8dd638b3f5275070e7c26db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>