Merge pull request #24 from Danmark/Enable-uploading-of-images

Enable uploading of images
This commit is contained in:
Christian Mäder 2017-12-01 17:41:24 +01:00 committed by GitHub
commit 3d280cdcdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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