From f91fd0f324cf6ea90d27392509952f95ac9dd126 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Mon, 16 Oct 2023 21:34:26 +0200 Subject: [PATCH] Update nginx.conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index e6b69ba..7c3e533 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,7 +10,7 @@ http { default_type application/octet-stream; server { - listen 0.0.0.0:80; + listen 0.0.0.0:12345; location / { root /usr/share/nginx/html;