diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-21 15:18:52 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-21 15:18:52 +0100 |
commit | efe0c0169626f509938c479e29191b15a36834b4 (patch) | |
tree | 04b0e0378d15e6b36a1cf49e82e3b1921f840d27 /custom | |
parent | 93a06a1ee43938fce732bb7ea23b6c18d06e4d16 (diff) | |
download | nixos-efe0c0169626f509938c479e29191b15a36834b4.tar nixos-efe0c0169626f509938c479e29191b15a36834b4.tar.gz nixos-efe0c0169626f509938c479e29191b15a36834b4.tar.bz2 nixos-efe0c0169626f509938c479e29191b15a36834b4.tar.xz nixos-efe0c0169626f509938c479e29191b15a36834b4.zip |
ymir: ...
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; |