Skip to content

Commit

Permalink
fix: remove connection http headers from ingress responses
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongo-aneo committed Sep 25, 2024
1 parent 62ee116 commit 578422c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions armonik/ingress-configmap.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ server {
proxy_send_timeout 1d;
grpc_read_timeout 30d;
grpc_send_timeout 1d;
# Try force keep alive
add_header Connection Keep-Alive;
add_header Proxy-Connection Keep-Alive;
}
location /static/ {
Expand Down

0 comments on commit 578422c

Please sign in to comment.