port -> 5000

This commit is contained in:
Ray Elliott 2020-05-03 17:05:51 +01:00
parent 3b79edadb8
commit 6d254c5dfe
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 {{ $.PORT }}; listen 5000;
server_name _; server_name _;
{{ if ne $.NGINX_ROOT "" }} {{ if ne $.NGINX_ROOT "" }}
root /app/www/{{ $.NGINX_ROOT }}; root /app/www/{{ $.NGINX_ROOT }};