Mercurial Hosting > luan
changeset 2125:dd676a2b48cf default tip
merge previous
| author | Violet7 |
|---|---|
| date | Tue, 13 Jan 2026 13:40:46 -0800 |
| parents | 2d8950cbb0e7 (current diff) 9706beda7f13 (diff) |
| children | |
| files | |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 2d8950cbb0e7 -r dd676a2b48cf src/luan/host/Https.luan --- a/src/luan/host/Https.luan Fri Jan 09 10:05:21 2026 -0700 +++ b/src/luan/host/Https.luan Tue Jan 13 13:40:46 2026 -0800 @@ -84,7 +84,7 @@ location /.well-known/acme-challenge/ { alias <%= files.acme_challenges.to_string() %>/; - autoindex on; + try_files $uri $uri/ =404; } }
