summaryrefslogtreecommitdiff
path: root/Caddyfile.dev
blob: 958ce0dfe456596d4da751e3516ca3bd7b3f5951 (plain)
1
2
3
4
5
6
7
8
9
10
11
http://localhost:8000 {
  handle /images/* {
    reverse_proxy https://tjp.lol {
      header_up Host tjp.lol
    }
  }
  handle {
    root * .
    file_server
  }
}