summaryrefslogtreecommitdiff
path: root/.b/etc/apache2/vhosts.d/synd-local.conf
blob: 6c5494cf13c0c9da8b427ed5ad10e3b774c6bae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<VirtualHost *:80>
    ServerName synd.local
    DocumentRoot "/home/kamen/Programming/GitLab-repos/syndamiadotcom/website"

    <Directory "/home/kamen/Programming/GitLab-repos/syndamiadotcom/website">
        Options MultiViews FollowSymlinks
        AllowOverride all
        Require all granted
    </Directory>

    ErrorDocument 404 /404.html
</VirtualHost>