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

View File

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