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 } }