summaryrefslogtreecommitdiffstats
path: root/2configs/deployment
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-10-28 11:53:39 +0100
committermakefu <github@syntax-fehler.de>2019-10-28 11:53:39 +0100
commit44393de8d245dc9114aed9141a1f0d0351c33e6a (patch)
tree98468c322a2a302a38f7c425468ee3c5825bc8b8 /2configs/deployment
parent4f29b96a302f9578adb8460e43238ed1cc105cb6 (diff)
ma phpfpm: set listen.owner in config
Diffstat (limited to '2configs/deployment')
-rw-r--r--2configs/deployment/owncloud.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/2configs/deployment/owncloud.nix b/2configs/deployment/owncloud.nix
index 59dfa3203..ed3155efc 100644
--- a/2configs/deployment/owncloud.nix
+++ b/2configs/deployment/owncloud.nix
@@ -127,6 +127,7 @@ let
group = "nginx";
listen = socket;
settings = {
+ "listen.owner" = "nginx";
"pm" = "dynamic";
"pm.max_children" = 32;
"pm.max_requests" = 500;