Skip to content

Commit

Permalink
feat(nginx): set default client max body size to 5GiB (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicloud-bot authored Dec 12, 2018
1 parent f3eb518 commit 58da661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/proxy/proxies/nginx/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ var (
"ssl-redirect": "false",
"force-ssl-redirect": "false",
"enable-vts-status": "true",
"proxy-body-size": "5G",
"skip-access-log-urls": "/nginx_status/format/json",
}
)
Expand Down

0 comments on commit 58da661

Please sign in to comment.