about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorFlorian Jacob <projects+git@florianjacob.de>2018-01-17 11:00:15 +0100
committerFlorian Jacob <projects+git@florianjacob.de>2018-02-22 22:03:55 +0100
commit885e762d471e0733e5da72ddf10f486893624483 (patch)
tree9bd06c675f49592ce72125e48ea4517458efff74 /nixos/doc/manual
parent48e449ee7015c01a02875cb68290e69033d9daa1 (diff)
downloadnixlib-885e762d471e0733e5da72ddf10f486893624483.tar
nixlib-885e762d471e0733e5da72ddf10f486893624483.tar.gz
nixlib-885e762d471e0733e5da72ddf10f486893624483.tar.bz2
nixlib-885e762d471e0733e5da72ddf10f486893624483.tar.lz
nixlib-885e762d471e0733e5da72ddf10f486893624483.tar.xz
nixlib-885e762d471e0733e5da72ddf10f486893624483.tar.zst
nixlib-885e762d471e0733e5da72ddf10f486893624483.zip
nixos/matomo: improve serverName default
when we need to change it anyway for the rename.
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 855045d6ce96..ddf812aae82f 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -257,6 +257,18 @@ following incompatible changes:</para>
         </listitem>
         <listitem>
           <para>
+            The default <option>serverName</option> for the nginx configuration changed from
+            <literal>piwik.${config.networking.hostName}</literal> to
+            <literal>matomo.${config.networking.hostName}.${config.networking.domain}</literal>
+            if <option>config.networking.domain</option> is set,
+            <literal>matomo.${config.networking.hostName}</literal> if it is not set.
+            If you change your <option>serverName</option>, remember you'll need to update the
+            <literal>trustedHosts[]</literal> array in <filename>/var/lib/matomo/config/config.ini.php</filename>
+            as well.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
             The <literal>piwik</literal> user was renamed to <literal>matomo</literal>.
             The service will adjust ownership automatically for files in the data directory.
             If you use unix socket authentication, remember to give the new <literal>matomo</literal> user