increase client_max_body_size to avoid errors trying to upload container images
This commit is contained in:
parent
1d5798dc90
commit
4b9a39997e
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ server {
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
||||
client_max_body_size 512M;
|
||||
client_max_body_size 1024M;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue