Skip to content

Commit

Permalink
PMM-5304 Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jan 15, 2020
1 parent dedd5b4 commit a36bb71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ http {
location /agent. {
grpc_pass grpc://managed-grpc;
# Disable request body size check for gRPC streaming, see https://trac.nginx.org/nginx/ticket/1642.
# pmm-managed uses grpc.MaxRecvMsgSize for that.
client_max_body_size 0;
}
location /inventory. {
Expand Down

0 comments on commit a36bb71

Please sign in to comment.