From b0f57edfda730727474325cb3bd8f7d260b36e91 Mon Sep 17 00:00:00 2001 From: AruSeito Date: Wed, 3 Jan 2024 22:22:46 +0800 Subject: [PATCH] fix: nginx port --- illa-website-frontend.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/illa-website-frontend.conf b/illa-website-frontend.conf index 33057a9599..30ab84e343 100644 --- a/illa-website-frontend.conf +++ b/illa-website-frontend.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 3000; server_name localhost; access_log /dev/stdout; error_log /dev/stderr;