summaryrefslogtreecommitdiff
path: root/.b
diff options
context:
space:
mode:
Diffstat (limited to '.b')
-rw-r--r--.b/etc/apache2/vhosts.d/synd-local.conf10
1 files changed, 3 insertions, 7 deletions
diff --git a/.b/etc/apache2/vhosts.d/synd-local.conf b/.b/etc/apache2/vhosts.d/synd-local.conf
index 1a2f813..6c5494c 100644
--- a/.b/etc/apache2/vhosts.d/synd-local.conf
+++ b/.b/etc/apache2/vhosts.d/synd-local.conf
@@ -1,15 +1,11 @@
<VirtualHost *:80>
- ServerAdmin webmaster@localhost
ServerName synd.local
- ServerAlias synd.local
+ DocumentRoot "/home/kamen/Programming/GitLab-repos/syndamiadotcom/website"
- DocumentRoot "/var/www/synd"
-
- <Directory "/var/www/synd">
+ <Directory "/home/kamen/Programming/GitLab-repos/syndamiadotcom/website">
Options MultiViews FollowSymlinks
AllowOverride all
- Order allow,deny
- Allow from all
+ Require all granted
</Directory>
ErrorDocument 404 /404.html