Skip to content

Commit a6c172b

Browse files
feat: remove Cache-Control: no-cache for create proxy website (#11398)
1 parent 9e9d68f commit a6c172b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/cmd/server/nginx_conf/proxy.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ location ^~ /test {
1111
proxy_http_version 1.1;
1212

1313
add_header X-Cache $upstream_cache_status;
14-
add_header Cache-Control no-cache;
1514
proxy_ssl_server_name off;
1615
proxy_ssl_name $proxy_host;
1716
}

0 commit comments

Comments
 (0)