diff options
Diffstat (limited to 'nginx-entrypoint.sh')
-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; |