[Nginx] Set client_max_body_size = 0

master
André 2018-08-05 22:37:07 +02:00
parent ff0b9246b5
commit 66d1bc12c0
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ server {
index index.php index.html; index index.php index.html;
client_max_body_size 0;
include /etc/nginx/conf.d/listen_plain.active; include /etc/nginx/conf.d/listen_plain.active;
include /etc/nginx/conf.d/listen_ssl.active; include /etc/nginx/conf.d/listen_ssl.active;
include /etc/nginx/conf.d/server_name.active; include /etc/nginx/conf.d/server_name.active;