From c142e68c5f09a67f2548e2922cd5a7e29eecd652 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 25 Sep 2025 10:31:39 +0200 Subject: [PATCH] fix indenting of lines --- conf/apache.virtualhost.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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