Skip to content

Commit f33000a

Browse files
committed
fix(gateway): add_header 'Vary' '*' always; 라인 제거
1 parent c79087a commit f33000a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

infra/nginx/conf.d/default.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ server {
7272
add_header 'Cache-Control' 'no-cache, no-store, must-revalidate, proxy-revalidate, max-age=0' always;
7373
add_header 'Pragma' 'no-cache' always;
7474
add_header 'Expires' '0' always;
75-
add_header 'Vary' '*' always;
7675
}
7776

7877
# Spring Boot API (auth, users)

0 commit comments

Comments
 (0)