Enable uploading of images

Set client_max_body_size to 10M so that we can upload images
This commit is contained in:
Viktor Fogelberg 2017-12-01 12:44:37 +01:00
parent 03e8536db7
commit 1f114dfd34

View File

@ -12,6 +12,7 @@ http {
keepalive_timeout 65;
gzip on;
server_tokens off;
client_max_body_size 10M;
server {
listen 80;