summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-10-01 22:44:19 -0700
committerhyang <hyang@hyang.xyz>2023-10-01 22:44:19 -0700
commit19b08efc112975c076802ff09477c286086d021d (patch)
tree133aa991262830e8370efb01bccf5f34ef850089
parenta0c6c29354081a7272265377dc518cf6fecee3d3 (diff)
attempt to fix issue with redirects
-rwxr-xr-xnginx-entrypoint.sh2
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;