feat: add cache
This commit is contained in:
parent
387d81093d
commit
36bb23433e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ http {
|
|||
|
||||
#gzip on;
|
||||
|
||||
proxy_cache_path /tmp/cache keys_zone=cache:1h;
|
||||
proxy_cache_path /tmp/cache keys_zone=cache:10m;
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue