Activated some proxy caching

This commit is contained in:
2021-01-01 23:27:12 +01:00
parent 0e1f6dbf28
commit 971b9fc90d
2 changed files with 12 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ events
http
{
proxy_cache_path /tmp/cache levels=1:2 keys_zone=cache:60m max_size=1G;
include mime.types;
default_type text/html;
access_log /dev/null;