default port
This commit is contained in:
parent
6d254c5dfe
commit
248206fe3a
|
@ -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 }};
|
||||||
|
|
Reference in New Issue