client max body limit
This commit is contained in:
parent
771ab549d5
commit
15accba43f
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name {{ domain }};
|
server_name {{ domain }};
|
||||||
|
|
||||||
|
client_max_body_size 500M;
|
||||||
|
|
||||||
location / { # Note: Trailing slash
|
location / { # Note: Trailing slash
|
||||||
proxy_pass http://localhost:3000; # Note: Trailing slash
|
proxy_pass http://localhost:3000; # Note: Trailing slash
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue