diff --git a/docs/ubuntu.md b/docs/ubuntu.md index 1c4066d5..8126dd0d 100644 --- a/docs/ubuntu.md +++ b/docs/ubuntu.md @@ -361,7 +361,7 @@ In Nginx: - add the proxy cache proxy_cache_path /tmp/nginx_ajax_proxy_cache levels=1:2 keys_zone=ajax_proxy:10m inactive=60m; - proxy_cache_key "$args"; + proxy_cache_key "$uri$is_args$args"; - add those locations (before the `/` location):