Increse max upload size
This commit is contained in:
parent
a2ab8363ca
commit
5ce4f5fd5d
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ proxy_set_header Connection $proxy_connection;
|
|||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto;
|
||||
client_max_body_size 10M;
|
||||
{{ end }}
|
||||
|
||||
server {
|
||||
|
|
|
|||
Loading…
Reference in a new issue