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 }};