[Nginx] Set client_max_body_size = 0
parent
ff0b9246b5
commit
66d1bc12c0
|
@ -39,6 +39,8 @@ server {
|
|||
|
||||
index index.php index.html;
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
include /etc/nginx/conf.d/listen_plain.active;
|
||||
include /etc/nginx/conf.d/listen_ssl.active;
|
||||
include /etc/nginx/conf.d/server_name.active;
|
||||
|
|
Loading…
Reference in New Issue