mirror of
https://github.com/aykhans/bsky-pds-easy.git
synced 2025-05-31 02:10:03 +00:00
13 lines
176 B
Caddyfile
13 lines
176 B
Caddyfile
{
|
|
on_demand_tls {
|
|
ask http://pds:3000/tls-check
|
|
}
|
|
}
|
|
|
|
*.{$PDS_HOSTNAME}, {$PDS_HOSTNAME} {
|
|
tls {
|
|
on_demand
|
|
}
|
|
reverse_proxy http://pds:3000
|
|
}
|