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:
parent
5156da6107
commit
597b3bb10f
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ In Nginx:
|
||||||
- add the proxy cache
|
- add the proxy cache
|
||||||
|
|
||||||
proxy_cache_path /tmp/nginx_ajax_proxy_cache levels=1:2 keys_zone=ajax_proxy:10m inactive=60m;
|
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):
|
- add those locations (before the `/` location):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue