Style Readme

This commit is contained in:
Dominik Heidler 2016-01-22 21:10:19 +01:00
parent cef52d187e
commit 8665221b24
1 changed files with 5 additions and 5 deletions

View File

@ -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;