nginx max body size
This commit is contained in:
parent
9d0a6e63f8
commit
40277f9b4f
@ -2,7 +2,7 @@ server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
client_max_body_size 16m;
|
||||
client_max_body_size 16M;
|
||||
|
||||
# serve static files
|
||||
location /static/ {
|
||||
|
Loading…
Reference in New Issue
Block a user