aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/tools/tools/yourls.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-30 23:54:00 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-30 23:54:00 +0200
commit441da8aac378f401625e82caf281fa0e26128310 (patch)
tree954ff4c76ac748a63426f7dddabd0af2407fee92 /modules/private/websites/tools/tools/yourls.nix
parent9a45867fbe3fc0c777a92f19d953b831deaec09d (diff)
downloadNix-441da8aac378f401625e82caf281fa0e26128310.tar.gz
Nix-441da8aac378f401625e82caf281fa0e26128310.tar.zst
Nix-441da8aac378f401625e82caf281fa0e26128310.zip
Use pools instead of deprecated poolConfigs for php
Diffstat (limited to 'modules/private/websites/tools/tools/yourls.nix')
-rw-r--r--modules/private/websites/tools/tools/yourls.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/private/websites/tools/tools/yourls.nix b/modules/private/websites/tools/tools/yourls.nix
index 6280e78..466ceae 100644
--- a/modules/private/websites/tools/tools/yourls.nix
+++ b/modules/private/websites/tools/tools/yourls.nix
@@ -75,7 +75,6 @@ rec {
75 ++ webRoot.plugins); 75 ++ webRoot.plugins);
76 socket = "/var/run/phpfpm/yourls.sock"; 76 socket = "/var/run/phpfpm/yourls.sock";
77 pool = '' 77 pool = ''
78 listen = ${socket}
79 user = ${apache.user} 78 user = ${apache.user}
80 group = ${apache.group} 79 group = ${apache.group}
81 listen.owner = ${apache.user} 80 listen.owner = ${apache.user}