3 lines
200 B
Plaintext
3 lines
200 B
Plaintext
# Included inside nginx's http block by the stock nginx.conf.
|
|
proxy_cache_path /var/cache/nginx/callback-provider levels=1:2 keys_zone=callback_provider:10m inactive=7d max_size=2g use_temp_path=off;
|