Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
a61caace
Commit
a61caace
authored
4 years ago
by
Rajesh Rajendran
Browse files
Options
Download
Patches
Plain Diff
Adding cache for form read apis
Signed-off-by:
Rajesh Rajendran
<
rjshrjndrn@gmail.com
>
parent
ae7021a3
loadtest-release-2.10.0_nginx_prometheus
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
+1
-1
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
with
1 addition
and
1 deletion
+1
-1
kubernetes/helm_charts/core/nginx-public-ingress/values.j2
+
1
−
1
View file @
a61caace
...
...
@@ -207,7 +207,7 @@ proxyconfig: |
}
# This is Caching mechanism for POST requests
location /api/org/v1/search {
location
~
/api/org/v1/search
|/api/data/v1/form/read
{
# Enabling caching
proxy_cache_key "$request_uri|$request_body";
proxy_cache framework_cache;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets