From 96f12fe7bc001c7fea75e9ca5ba1a2b5e33f8bfe Mon Sep 17 00:00:00 2001 From: Kerboul Date: Mon, 9 Mar 2026 08:13:35 -0700 Subject: [PATCH] fix: change nginx port to 80 for standard container mapping --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index cea274d..9321aba 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 2080; + listen 80; server_name _; root /usr/share/nginx/html; index index.html;