Skip to content

Commit

Permalink
fix nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
marc101101 committed Dec 13, 2023
1 parent 4413132 commit 29891ce
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 @@ -26,8 +26,8 @@ http {

location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
2023 2023.html 2023.htm;
try_files $uri $uri/ /2023.html;
}
}
}
Expand Down

0 comments on commit 29891ce

Please sign in to comment.