mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2025-12-22 09:18:29 +00:00
Fixed body size issue in nginx
This commit is contained in:
2
dss.api
2
dss.api
Submodule dss.api updated: 967f0d0d2a...cb1a08ce5e
1
dss.web
1
dss.web
Submodule dss.web deleted from 411701625e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user