diff --git a/conf/apache.virtualhost.template b/conf/apache.virtualhost.template index 4c3b39c22..ae2c11cb0 100644 --- a/conf/apache.virtualhost.template +++ b/conf/apache.virtualhost.template @@ -1,7 +1,7 @@ ServerName _DOMAIN_ ErrorLog /var/log/apache2/seeddms-error.log - CustomLog /var/log/apache2/seeddms-access.log combined + CustomLog /var/log/apache2/seeddms-access.log combined DocumentRoot _INSTALL_PATH_/www @@ -21,7 +21,7 @@ SetHandler "proxy:unix:/var/run/php/php8.2-fpm.sock|fcgi://localhost" - # Consider to install the webdav_checkout extension + # Consider to install the webdav_checkout extension Alias /checkout _INSTALL_PATH_/www/ext/webdav_checkout/op/remote.php