fix path paheko

This commit is contained in:
HPL 2024-10-09 15:19:50 +02:00
parent 77f2fbd6e7
commit 8f29a75483
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<VirtualHost *:80>
#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

View File

@ -1,3 +1,3 @@
#!/bin/sh
chown -R www-data: /usr/share/paheko
chown -R www-data: /var/www/paheko