resume_page

Log | Files | Refs | README

Caddyfile (125B)


      1 cv.lindholmlabs.com {
      2 	reverse_proxy cv:8000
      3 }
      4 
      5 git.lindholmlabs.com, http://localhost {
      6 	root * /www/current
      7 	file_server
      8 }