From 5df7cd72c8152d4a7aa3becc9d58146d68690a08 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Tue, 24 Oct 2023 09:53:24 +0200 Subject: [PATCH] Update nginx.conf to listen on port 80 --- astro/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/nginx.conf b/astro/nginx.conf index b3536fb..fb75271 100644 --- a/astro/nginx.conf +++ b/astro/nginx.conf @@ -12,7 +12,7 @@ http { gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript; server { - listen 3000; + listen 80; location / { root /usr/share/nginx/html;