From 8167411ce156c76374f43e771e7f33759e23c8a1 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Thu, 8 Oct 2020 00:07:54 +0200 Subject: [PATCH] switch vhost template to matomo as well --- etc/apache/vhost.authserver.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/apache/vhost.authserver.conf b/etc/apache/vhost.authserver.conf index 69d09f2..6c7e062 100644 --- a/etc/apache/vhost.authserver.conf +++ b/etc/apache/vhost.authserver.conf @@ -4,7 +4,7 @@ ServerAlias www.auth.example.com DocumentRoot /path/to/app - Alias /piwik /path/to/piwik + Alias /matomo /path/to/matomo AddCharset UTF-8 .html .css .js @@ -33,7 +33,7 @@ ServerAlias www.auth.example.com DocumentRoot /path/to/app - Alias /piwik /path/to/piwik + Alias /matomo /path/to/matomo AddCharset UTF-8 .html .css .js -- 2.35.3