all repos — flounder @ 0e234b1c3807aaf2a03d3e1755b90a6fc1e5e7d3

A small site builder for the Gemini protocol

Caddyfile.example (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