15 lines
214 B
Plaintext
15 lines
214 B
Plaintext
uptime.{$SUBDOMAIN}.{$DOMAIN} {
|
|
log {
|
|
output file /var/log/uptime.log
|
|
}
|
|
|
|
handle /api/push/* {
|
|
reverse_proxy host:3001
|
|
}
|
|
|
|
handle {
|
|
import ../conf/authentik.caddy
|
|
reverse_proxy host:3001
|
|
}
|
|
}
|