From 8665221b24cff2a5b4b0528b260cbb02f8b49995 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Fri, 22 Jan 2016 21:10:19 +0100 Subject: [PATCH] Style Readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c3ea04..6eafbec 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ pip3 install pymongo ## NGINX Config ``` ... - location / { - include uwsgi_params; - uwsgi_pass 127.0.0.1:3031; - client_max_body_size 10M; - } + location / { + include uwsgi_params; + uwsgi_pass 127.0.0.1:3031; + client_max_body_size 10M; + } location /tiles { include uwsgi_params;