Skip to content

Commit eaae3ca

Browse files
committed
Disable max body size limit
1 parent 2fd54f6 commit eaae3ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ server {
77
listen 80;
88

99
server_name go-capture-api.code-apprentice.com;
10+
client_max_body_size 0;
1011

1112
location / {
1213
proxy_pass http://go_capture;

0 commit comments

Comments
 (0)