From c88e38279c1d2e142d1bbc8f7269187272cd63b5 Mon Sep 17 00:00:00 2001 From: kenlight-bu Date: Sun, 15 Sep 2024 13:13:41 -0400 Subject: [PATCH] Another change --- code/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/nginx.conf b/code/nginx.conf index 4389e18e5..73a6a4cd0 100644 --- a/code/nginx.conf +++ b/code/nginx.conf @@ -3,7 +3,7 @@ events {} http { server { - listen ${PORT}; + listen 80; # Use port 80 for Heroku root /usr/share/nginx/html; index index.html;