Skip to content
Snippets Groups Projects

Tune nginx proxy_cache_path parameters

Merged ale requested to merge nginx-cache-tuning into master
3 files
+ 11
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -9,9 +9,6 @@ nginx_https_port: 443
# How much memory to use for key caching in the proxy_cache.
nginx_cache_keys_mem: "64m"
# How much disk space to use for the cache.
nginx_cache_fs_size: "1g"
# URL of the SSO login server.
sso_server_url: "https://login.{{ domain_public[0] }}/"
Loading