We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79087a commit f33000aCopy full SHA for f33000a
1 file changed
infra/nginx/conf.d/default.conf
@@ -72,7 +72,6 @@ server {
72
add_header 'Cache-Control' 'no-cache, no-store, must-revalidate, proxy-revalidate, max-age=0' always;
73
add_header 'Pragma' 'no-cache' always;
74
add_header 'Expires' '0' always;
75
- add_header 'Vary' '*' always;
76
}
77
78
# Spring Boot API (auth, users)
0 commit comments