diff --git a/dss.api b/dss.api index 967f0d0..cb1a08c 160000 --- a/dss.api +++ b/dss.api @@ -1 +1 @@ -Subproject commit 967f0d0d2a2600f73346593459dba86ac01d2605 +Subproject commit cb1a08ce5e273c2391848b39cbfcd50a0933845f diff --git a/dss.web b/dss.web deleted file mode 160000 index 4117016..0000000 --- a/dss.web +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 411701625e432c8982e349858075c938bf515dbc diff --git a/nginx/sites-enabled/deepsouthsounds.com b/nginx/sites-enabled/deepsouthsounds.com index 07715b3..542ad00 100644 --- a/nginx/sites-enabled/deepsouthsounds.com +++ b/nginx/sites-enabled/deepsouthsounds.com @@ -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;