summaryrefslogtreecommitdiff
path: root/usr/local/etc/apache24/Includes/nextcloud.53hor.net.conf
blob: c3c052b48c73253c60ad7683628b820918e24ab2 (plain) (blame)
1
2
3
4
5
6
7
8
<VirtualHost *:80>
    DocumentRoot "/usr/local/www/nextcloud"
    ServerName 192.168.1.55
    <FilesMatch \.php$>
        SetHandler "proxy:fcgi://127.0.0.1:9000/"
    </FilesMatch>
    DirectoryIndex /index.php index.php
</VirtualHost>