Skip to content

Commit

Permalink
#update nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Apr 8, 2024
1 parent 1415c79 commit c82623f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions helm/values-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ ingress:
nginx.org/proxy-connect-timeout: "240s"
nginx.org/proxy-read-timeout: "240s"
nginx.org/proxy-send-timeout: "240s"
nginx.org/proxy-buffering: "false"
# nginx.org/proxy-buffers: "8 16k"
# nginx.org/proxy-buffer-size: "16k"
# nginx.org/proxy-busy-buffers-size: "64k"
Expand All @@ -86,12 +87,6 @@ ingress:
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
client_max_body_size 0;
proxy_http_version 1.1;
proxy_buffering off;
proxy_request_buffering off;
chunked_transfer_encoding on;
hosts:
- host: chat-api-dev.datausa.io
paths:
Expand Down

0 comments on commit c82623f

Please sign in to comment.