From 597b3bb10f8f2f966e90c99d88ba2956f8d91565 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 29 Aug 2023 10:37:12 +0200 Subject: [PATCH] Change proxy_cache_key value in documentation Now that the case is done in the internal redirect part, there is no more args, the URL is on the path --- docs/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):