Mirror from bluesky-social/pds

fix caddy config

+5 -2
+5 -2
README.md
··· 140 140 email you@example.com 141 141 } 142 142 143 - user1.example.com, user2.example.com, example.com { 143 + *.example.com, example.com { 144 + tls { 145 + on_demand 146 + } 144 147 reverse_proxy http://localhost:3000 145 148 } 146 149 CADDYFILE ··· 242 245 243 246 There are additional environment variables that can be tweaked depending on how you're running your service. For instance, storing blobs in AWS S3, keys in AWS KMS, or setting up an email service. 244 247 245 - Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/simplify-pds/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations. 248 + Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/simplify-pds/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations.