diff --git a/nginx.conf b/nginx.conf index 5e19015a..82a3ea88 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,6 +22,7 @@ http { include /etc/nginx/mime.types; default_type application/octet-stream; + listen ${NGINX_PORT}; listen [::]:${NGINX_PORT}; server_name moviepilot;