redirect from adam.id.au to adam.au
All checks were successful
Deploy / deploy (push) Successful in 29s

This commit is contained in:
2025-12-30 22:13:58 +11:00
parent 7a087b4c33
commit 2f498f1e08
3 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,4 @@
adam.id.au {
adam.au {
root * /w/homepage/latest
import file-server-defaults
@ -8,3 +8,11 @@ adam.id.au {
import static-long-expiry
}
adam.id.au {
handle_path / {
redir https://adam.au 301
}
import ssl-cloudflare-dns
import strict-transport-security
}