mirror of
https://github.com/aykhans/bsky-pds-easy.git
synced 2025-10-15 21:35:58 +00:00
update file struct
This commit is contained in:
12
data/caddy/etc/caddy/Caddyfile
Normal file
12
data/caddy/etc/caddy/Caddyfile
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
on_demand_tls {
|
||||
ask http://pds:3000/tls-check
|
||||
}
|
||||
}
|
||||
|
||||
*.{$PDS_HOSTNAME}, {$PDS_HOSTNAME} {
|
||||
tls {
|
||||
on_demand
|
||||
}
|
||||
reverse_proxy http://pds:3000
|
||||
}
|
Reference in New Issue
Block a user