From 248206fe3a4615189999a6534d1bb1c1fd831b36 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 3 May 2020 17:14:55 +0100 Subject: [PATCH] default port --- 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 166105f..ef868b2 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 5000; + listen {{ $.PORT }}; server_name _; {{ if ne $.NGINX_ROOT "" }} root /app/www/{{ $.NGINX_ROOT }};