Added mp3 caching

This commit is contained in:
2021-01-02 11:26:23 +01:00
parent 7c1732a39b
commit 1d19fe0fbe
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ http
default_type text/html;
# caching
proxy_cache_path /tmp/cache levels=1:2 keys_zone=cache:10m max_size=10g inactive=7d use_temp_path=off;
proxy_cache_path /tmp/cache levels=1:2 keys_zone=cache:20m max_size=20g inactive=14d use_temp_path=off;
# logs
access_log syslog:server=unix:/dev/log;