default port

This commit is contained in:
Ray Elliott 2020-05-03 17:14:55 +01:00
parent 6d254c5dfe
commit 248206fe3a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ http {
types_hash_max_size 2048; types_hash_max_size 2048;
include mime.types; include mime.types;
server { server {
listen 5000; listen {{ $.PORT }};
server_name _; server_name _;
{{ if ne $.NGINX_ROOT "" }} {{ if ne $.NGINX_ROOT "" }}
root /app/www/{{ $.NGINX_ROOT }}; root /app/www/{{ $.NGINX_ROOT }};