Skip to content

Commit 970e8f1

Browse files
committed
#update enable cache on "/api/data"
1 parent bee1f17 commit 970e8f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/fargo.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ ingress:
138138
if ($request_uri ~* "/api/(geo|soc|naics|napcs|university|cip)/similar") {
139139
set $no_use_cache 0;
140140
}
141+
if ($request_uri ~* "/api/data") {
142+
set $no_use_cache 0;
143+
}
141144
if ($request_uri ~* "^/$") {
142145
set $no_use_cache 0;
143146
}

0 commit comments

Comments
 (0)