okay we need to do that I guess

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 20:45:32 -04:00
parent b8dd353fc9
commit 45f841f175
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ in {
services.postgresql.package = pkgs.postgresql_15;
services.nginx.commonHttpConfig = ''
proxy_cache_path /var/cache/nginx/cache/akkoma-media-cache
proxy_cache_path /var/cache/nginx/akkoma-media-cache
levels= keys_zone=akkoma_media_cache:16m max_size=2g
inactive=1y use_temp_path=off;
'';