revert port hardcoding

This commit is contained in:
Ray Elliott 2020-05-03 16:20:06 +01:00
parent 3f15df4808
commit 3b79edadb8
1 changed files with 1 additions and 1 deletions

View File

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