summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/matomo-doc.xml
diff options
context:
space:
mode:
authorRobert Djubek <envy1988@gmail.com>2019-09-24 08:03:06 +0000
committerRobert Djubek <envy1988@gmail.com>2019-10-28 05:07:27 +0000
commit6ea626d3e25629420fb1dc6f717cbebf861c9895 (patch)
tree6f16564fcd74c299e033087437d69a7cc0c16161 /nixos/modules/services/web-apps/matomo-doc.xml
parentc833fb3179dcdf8f3135b3f904a3d4483a520fa8 (diff)
downloadnixpkgs-6ea626d3e25629420fb1dc6f717cbebf861c9895.tar
nixpkgs-6ea626d3e25629420fb1dc6f717cbebf861c9895.tar.gz
nixpkgs-6ea626d3e25629420fb1dc6f717cbebf861c9895.tar.bz2
nixpkgs-6ea626d3e25629420fb1dc6f717cbebf861c9895.tar.lz
nixpkgs-6ea626d3e25629420fb1dc6f717cbebf861c9895.tar.xz
nixpkgs-6ea626d3e25629420fb1dc6f717cbebf861c9895.tar.zst
nixpkgs-6ea626d3e25629420fb1dc6f717cbebf861c9895.zip
nixos/matomo: fix deprecation warnings
Fixes the phpfpm deprecation warnings about listen and extraConfig by
using fpm.socket and settings. Removes phpfpmProcessManagerConfig.
Diffstat (limited to 'nixos/modules/services/web-apps/matomo-doc.xml')
-rw-r--r--nixos/modules/services/web-apps/matomo-doc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/matomo-doc.xml b/nixos/modules/services/web-apps/matomo-doc.xml
index 8485492c51c..79cece551d3 100644
--- a/nixos/modules/services/web-apps/matomo-doc.xml
+++ b/nixos/modules/services/web-apps/matomo-doc.xml
@@ -105,7 +105,7 @@ GRANT ALL PRIVILEGES ON matomo.* TO 'matomo'@'localhost';
   <para>
    You can use other web servers by forwarding calls for
    <filename>index.php</filename> and <filename>piwik.php</filename> to the
-   <literal>/run/phpfpm-matomo.sock</literal> fastcgi unix socket. You can use
+   <literal><link linkend="opt-services.phpfpm.pools._name_.socket">services.phpfpm.pools.&lt;name&gt;.socket</link></literal> fastcgi unix socket. You can use
    the nginx configuration in the module code as a reference to what else
    should be configured.
   </para>