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
This commit is contained in:
Yohan Boniface 2023-08-29 10:37:12 +02:00
parent 5156da6107
commit 597b3bb10f

View file

@ -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):