From 32b3ca223e04392d7b034c2c0d9b189197ad51f4 Mon Sep 17 00:00:00 2001
From: ghaymah_dev
Date: Sat, 1 Nov 2025 07:55:11 +0000
Subject: [PATCH] Update nginx.conf.template
---
nginx.conf.template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nginx.conf.template b/nginx.conf.template
index e1dca56..eaa4008 100644
--- a/nginx.conf.template
+++ b/nginx.conf.template
@@ -6,7 +6,7 @@ http {
}
server {
- listen ${LISTEN_PORT:-80};
+ listen 80;
location / {
proxy_pass http://backend;