Update client_max_body_size
This commit is contained in:
parent
e4397820f1
commit
df1f111a0e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ server {
|
||||||
|
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
client_max_body_size 108M;
|
client_max_body_size 128M;
|
||||||
|
|
||||||
access_log /var/log/nginx/application.access.log;
|
access_log /var/log/nginx/application.access.log;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue