flounder

A simple gemini site builder
git clone git://git.alexwennerberg.com/flounder
Log | Files | Refs | README | LICENSE

Caddyfile.example (155B) - raw


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