From 1f114dfd3497d17027a72aa1dd303026e06bb1e9 Mon Sep 17 00:00:00 2001 From: Viktor Fogelberg Date: Fri, 1 Dec 2017 12:44:37 +0100 Subject: [PATCH] Enable uploading of images Set client_max_body_size to 10M so that we can upload images --- docker/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/nginx.conf b/docker/nginx.conf index 5f3207c..e736490 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -12,6 +12,7 @@ http { keepalive_timeout 65; gzip on; server_tokens off; + client_max_body_size 10M; server { listen 80;