Commit a61caace authored by Rajesh Rajendran's avatar Rajesh Rajendran
Browse files

Adding cache for form read apis


Signed-off-by: default avatarRajesh Rajendran <rjshrjndrn@gmail.com>
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -207,7 +207,7 @@ proxyconfig: | ...@@ -207,7 +207,7 @@ proxyconfig: |
} }
# This is Caching mechanism for POST requests # This is Caching mechanism for POST requests
location /api/org/v1/search { location ~ /api/org/v1/search|/api/data/v1/form/read {
# Enabling caching # Enabling caching
proxy_cache_key "$request_uri|$request_body"; proxy_cache_key "$request_uri|$request_body";
proxy_cache framework_cache; proxy_cache framework_cache;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment