mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2026-01-02 06:40:57 +00:00
Fixed nginx api port
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
server {
|
server {
|
||||||
listen 81;
|
listen 80;
|
||||||
server_name api.deepsouthsounds.com api-test.deepsouthsounds.com;
|
server_name api.deepsouthsounds.com api-test.deepsouthsounds.com;
|
||||||
client_max_body_size 25M;
|
client_max_body_size 25M;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user