From 77afba2adb4f79cc475bcb15ae0f0b41f1636211 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 22 Jul 2023 22:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nginx.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 1 + 1 file changed, 1 insertion(+) 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;