Change nginx cache size to 1 GiB #759

Merged
floatingghost merged 1 commits from norm/akkoma:nginx-cache-size into develop 2024-04-26 17:40:23 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# See the documentation at docs.akkoma.dev for your particular distro/OS for
# installation instructions.
proxy_cache_path /tmp/akkoma-media-cache levels=1:2 keys_zone=akkoma_media_cache:10m max_size=10g
proxy_cache_path /tmp/akkoma-media-cache levels=1:2 keys_zone=akkoma_media_cache:10m max_size=1g
inactive=720m use_temp_path=off;
# this is explicitly IPv4 since Pleroma.Web.Endpoint binds on IPv4 only