diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
250 | 250 | ||
251 | server_name ~^ftp\.(yggdrasil\.li|141\.li|praseodym\.org)$; | 251 | server_name ~^ftp\.(yggdrasil\.li|141\.li|praseodym\.org)$; |
252 | 252 | ||
253 | client_body_temp_path /tmp/webdav; | 253 | client_body_temp_path /run/nginx/webdav; |
254 | 254 | ||
255 | location / { | 255 | location / { |
256 | root /srv/ftp/$remote_user; | 256 | root /srv/ftp/$remote_user; |