summaryrefslogtreecommitdiff
path: root/.b
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-06-03 08:07:23 +0300
committerSyndamia <kamen@syndamia.com>2023-06-03 08:07:23 +0300
commit7f6806bbe53b0d301264f4b3d9e52c5127835214 (patch)
treed063517f6dab10bb19d3d87b1384e2b0e9870550 /.b
parent89c019aa191fa343a8eaee55e83aeb825d5bb8c0 (diff)
downloaddotfiles-7f6806bbe53b0d301264f4b3d9e52c5127835214.tar
dotfiles-7f6806bbe53b0d301264f4b3d9e52c5127835214.tar.gz
dotfiles-7f6806bbe53b0d301264f4b3d9e52c5127835214.zip
[.b] synd-local apache config root changed
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