Serve exozy.me files without html extension

This commit is contained in:
Anthony Wang 2022-05-27 14:29:55 -05:00
parent ffcdb2e50f
commit 1d4dc49de8
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -36,6 +36,6 @@ server {
}
location / {
try_files $uri $uri/ =404;
try_files $uri $uri.html $uri/ =404;
}
}