You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kyanite/Caddyfile

16 lines
324 B

127.0.0.1 {
route /favicon.ico {
file_server {
root ./static
}
}
route /static/* {
uri strip_prefix /static
file_server {
root ./static
}
}
reverse_proxy 127.0.0.1:3621
}