Fix typo,removing equals from client_max_body_size
This commit is contained in:
parent
92ef6baab9
commit
be5703e114
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +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 = 40M;
|
||||
client_max_body_size 30M;
|
||||
|
||||
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue