From 19b08efc112975c076802ff09477c286086d021d Mon Sep 17 00:00:00 2001 From: hyang Date: Sun, 1 Oct 2023 22:44:19 -0700 Subject: attempt to fix issue with redirects --- nginx-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx-entrypoint.sh') diff --git a/nginx-entrypoint.sh b/nginx-entrypoint.sh index 442d018..e5c8719 100755 --- a/nginx-entrypoint.sh +++ b/nginx-entrypoint.sh @@ -76,7 +76,7 @@ EOF cat < /etc/nginx/http.d/hugo.conf server { # Listen on port 80 for HTTP requests - listen 8080; + listen 80; # Root directory for serving web content for this virtual host root /var/www/hugo_pub; -- cgit v1.2.3