Fixed body size issue in nginx

This commit is contained in:
Fergal Moran
2015-08-05 21:16:55 +01:00
parent 69d9f7fb4f
commit 30bb59f705
3 changed files with 2 additions and 2 deletions

Submodule dss.api updated: 967f0d0d2a...cb1a08ce5e

Submodule dss.web deleted from 411701625e

View File

@@ -2,6 +2,7 @@ server {
listen 81;
server_name api.deepsouthsounds.com api-test.deepsouthsounds.com;
client_max_body_size 25M;
location / {
proxy_pass http://api:8000;