increase client payload size for nginx server
This commit is contained in:
parent
e51b284181
commit
10974842ff
@ -1,5 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
client_max_body_size 10M;
|
||||
index index.php index.html;
|
||||
error_log /var/log/nginx/error.log;
|
||||
access_log /var/log/nginx/access.log;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user