From 7f6806bbe53b0d301264f4b3d9e52c5127835214 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 3 Jun 2023 08:07:23 +0300 Subject: [.b] synd-local apache config root changed --- .b/etc/apache2/vhosts.d/synd-local.conf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.b') 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 @@ - ServerAdmin webmaster@localhost ServerName synd.local - ServerAlias synd.local + DocumentRoot "/home/kamen/Programming/GitLab-repos/syndamiadotcom/website" - DocumentRoot "/var/www/synd" - - + Options MultiViews FollowSymlinks AllowOverride all - Order allow,deny - Allow from all + Require all granted ErrorDocument 404 /404.html -- cgit v1.2.3