From 3b79edadb86098778d53c485f2a5ed06909436bf Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 3 May 2020 16:20:06 +0100 Subject: [PATCH] revert port hardcoding --- 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 7c27b77..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 80; + listen {{ $.PORT }}; server_name _; {{ if ne $.NGINX_ROOT "" }} root /app/www/{{ $.NGINX_ROOT }};