Skip to content

Commit

Permalink
Update Dockerfile, add version check for Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
stitts-dev committed May 24, 2024
1 parent 82d2f6f commit 8072608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ server {

location / {
root /usr/share/nginx/site;
index index.html index.htm;
autoindex on; # Enable directory listing
index index.html;
try_files $uri $uri/ =404;
}

error_page 404 /404.html;
Expand Down

0 comments on commit 8072608

Please sign in to comment.