Fixed nginx api port

This commit is contained in:
Fergal Moran
2015-08-18 19:47:12 +01:00
parent c71eaf4f8e
commit f571ce2d76

View File

@@ -1,5 +1,5 @@
server {
listen 81;
listen 80;
server_name api.deepsouthsounds.com api-test.deepsouthsounds.com;
client_max_body_size 25M;