diff options
author | hyang <hyang@hyang.xyz> | 2023-10-01 22:44:19 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-10-01 22:44:19 -0700 |
commit | 19b08efc112975c076802ff09477c286086d021d (patch) | |
tree | 133aa991262830e8370efb01bccf5f34ef850089 | |
parent | a0c6c29354081a7272265377dc518cf6fecee3d3 (diff) |
attempt to fix issue with redirects
-rwxr-xr-x | nginx-entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<EOF > /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; |