diff --git a/http.d/Recipes.conf.template b/http.d/Recipes.conf.template index 3b9e7fb98..52114af52 100644 --- a/http.d/Recipes.conf.template +++ b/http.d/Recipes.conf.template @@ -3,7 +3,7 @@ server { listen [::]:${TANDOOR_PORT} ipv6only=on; server_name localhost; - client_max_body_size 128M; + client_max_body_size 512M; # serve media files location /media {