Skip to content

Commit 0a6496d

Browse files
romanowskaCopilot
andauthored
Update nginx configuration to revalidate if feature flags are up to date (#1107)
Co-authored-by: Copilot <[email protected]>
1 parent a85a980 commit 0a6496d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_ui/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ http {
5757
location /api/v1/feature_flags {
5858
alias /usr/share/nginx/flags/feature-flags.json;
5959
add_header Content-Type application/json;
60+
add_header Cache-Control "no-cache, must-revalidate";
6061
}
6162
}
6263
}

0 commit comments

Comments
 (0)