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