Add .html to uri in nginx
Some checks failed
GitHub Pages Deploy / deploy (push) Waiting to run
JS Lint / lint (push) Waiting to run
HTMLProofer / test (2.7) (push) Waiting to run
HTMLProofer / test (3.0) (push) Waiting to run
continuous-integration/drone/push Build is failing

This commit is contained in:
tobias 2024-07-15 18:24:55 +02:00
parent 24d730631b
commit 36238a8e87

View File

@ -17,7 +17,7 @@ http {
location / {
root /usr/share/nginx/html;
try_files $uri $uri/ =404;
try_files $uri $uri.html $uri/ =404;
}
location /error_page.html {