code block line numbers

This commit is contained in:
Joshua Seigler 2025-07-10 23:50:28 -04:00
parent 2766453d75
commit 0226171b58
7 changed files with 159 additions and 99 deletions

View file

@ -33,14 +33,14 @@ Here is the Caddyfile I made---you will need to change the domain names and the
```caddy
# Global options block
{
email you@example.com # <<<< CHANGE THIS <<<<
email you@example.com #### CHANGE THIS ####
on_demand_tls {
ask http://localhost/check
}
}
# Webhooks
https://webhooks.subdomain.here.tld { <<<< CHANGE THIS <<<<
https://webhooks.subdomain.here.tld { #### CHANGE THIS ####
reverse_proxy localhost:9000
}