aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/files/apache/document_root.conf
blob: ed9a9ab4b5ecb8941236246827cd5cfb66bb61f6 (plain) (blame)
1
2
3
4
5
6
DocumentRoot "/srv/http"
<Directory "/srv/http">
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>