mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added mp3 caching
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user