From efe0c0169626f509938c479e29191b15a36834b4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 21 Nov 2021 15:18:52 +0100 Subject: ymir: ... --- custom/ymir-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index eece8ffb..bc4e0a78 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -250,7 +250,7 @@ in { server_name ~^ftp\.(yggdrasil\.li|141\.li|praseodym\.org)$; - client_body_temp_path /tmp/webdav; + client_body_temp_path /run/nginx/webdav; location / { root /srv/ftp/$remote_user; -- cgit v1.2.3