From abf402b7753a04683849bbe230e1e9798817fd94 Mon Sep 17 00:00:00 2001 From: jose-rZM <100773386+jose-rZM@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:46:32 +0100 Subject: [PATCH] Update listening port --- frontend/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/nginx.conf b/frontend/nginx.conf index bb3f608..785c42c 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 8081; server_name _; root /usr/share/nginx/html;