From ce7b47941f2fe6e509d6ff390cdf7cf3cc711363 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Jan 2022 18:42:01 +0100 Subject: ... --- hosts/surtr/http.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/surtr/http.nix') diff --git a/hosts/surtr/http.nix b/hosts/surtr/http.nix index c3ff42f6..5e63a311 100644 --- a/hosts/surtr/http.nix +++ b/hosts/surtr/http.nix @@ -34,7 +34,7 @@ dav_access user:rw; autoindex on; - client_body_temp_path /run/nginx/client-bodies; + client_body_temp_path /run/nginx-client-bodies; client_max_body_size 0; create_full_put_path on; ''; @@ -58,8 +58,8 @@ "webdav.141.li.key.pem:${config.security.acme.certs."webdav.141.li".directory}/key.pem" "webdav.141.li.pem:${config.security.acme.certs."webdav.141.li".directory}/fullchain.pem" ]; - RuntimeDirectory = lib.mkForce [ "nginx" "nginx/client-bodies" ]; - RuntimeDirectoryMode = "0700"; + RuntimeDirectory = lib.mkForce [ "nginx" "nginx-client-bodies" ]; + RuntimeDirectoryMode = "0750"; }; }; }; -- cgit v1.2.3