summaryrefslogtreecommitdiff
path: root/.b/etc/apache2/vhosts.d/synd-local.conf
diff options
context:
space:
mode:
Diffstat (limited to '.b/etc/apache2/vhosts.d/synd-local.conf')
-rw-r--r--.b/etc/apache2/vhosts.d/synd-local.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/.b/etc/apache2/vhosts.d/synd-local.conf b/.b/etc/apache2/vhosts.d/synd-local.conf
new file mode 100644
index 0000000..1a2f813
--- /dev/null
+++ b/.b/etc/apache2/vhosts.d/synd-local.conf
@@ -0,0 +1,16 @@
+<VirtualHost *:80>
+ ServerAdmin webmaster@localhost
+ ServerName synd.local
+ ServerAlias synd.local
+
+ DocumentRoot "/var/www/synd"
+
+ <Directory "/var/www/synd">
+ Options MultiViews FollowSymlinks
+ AllowOverride all
+ Order allow,deny
+ Allow from all
+ </Directory>
+
+ ErrorDocument 404 /404.html
+</VirtualHost>