From 6d254c5dfe74b6e9ddbce2ecf05c2706e36ca0b1 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 3 May 2020 17:05:51 +0100 Subject: [PATCH] port -> 5000 --- app-nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-nginx.conf.sigil b/app-nginx.conf.sigil index ef868b2..166105f 100644 --- a/app-nginx.conf.sigil +++ b/app-nginx.conf.sigil @@ -11,7 +11,7 @@ http { types_hash_max_size 2048; include mime.types; server { - listen {{ $.PORT }}; + listen 5000; server_name _; {{ if ne $.NGINX_ROOT "" }} root /app/www/{{ $.NGINX_ROOT }};