From 8a17a7bdd7e6e9720c960d560236401a59a0d289 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 13 Aug 2015 10:17:56 +0200 Subject: [PATCH] tmpl/nginx-nebula.conf: Changment du client_max_body_size Pour permettre l'envois d'images iso il faut augmenter la limite a plus de 1G. fixes #12536 @45m --- tmpl/nginx-nebula.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmpl/nginx-nebula.conf b/tmpl/nginx-nebula.conf index fe3bc7d..c3830a2 100644 --- a/tmpl/nginx-nebula.conf +++ b/tmpl/nginx-nebula.conf @@ -22,6 +22,7 @@ server { ssl_certificate %%server_pem; ssl_certificate_key %%server_key; + client_max_body_size 1536M; ### Proxy requests to upstream location / { proxy_pass http://sunstone;