all repos — flounder @ e9b49da1c1c88b9ff1c0749c4b6d2a91c43607fb

A small site builder for the Gemini protocol

Caddyfile (view raw)

1# FOR TESTING ONLY! Not suitable for production
2
3https://, flounder.local, *.flounder.local {
4  reverse_proxy 127.0.0.1:8165
5  tls {
6    on_demand 
7  }
8}
9