diff --git a/dockers/paheko/config/paheko.conf b/dockers/paheko/config/paheko.conf index c61c2ff..4f4101d 100644 --- a/dockers/paheko/config/paheko.conf +++ b/dockers/paheko/config/paheko.conf @@ -1,6 +1,6 @@ #ServerName paheko.kaz.bzh - DocumentRoot /usr/share/paheko/www + DocumentRoot /var/www/paheko/www ErrorLog /var/log/apache2/error.log CustomLog /var/log/apache2/access.log combined ServerSignature Off diff --git a/dockers/paheko/config/setupWebRights.sh b/dockers/paheko/config/setupWebRights.sh index 098d611..7e953e6 100755 --- a/dockers/paheko/config/setupWebRights.sh +++ b/dockers/paheko/config/setupWebRights.sh @@ -1,3 +1,3 @@ #!/bin/sh -chown -R www-data: /usr/share/paheko +chown -R www-data: /var/www/paheko