asklyphe/Caddyfile

22 lines
358 B
Text
Raw Normal View History

2025-03-12 12:32:15 -07:00
http://127.0.0.1:8001 {
route /static/* {
uri strip_prefix /static
file_server {
root ./asklyphe-auth-frontend/static
}
}
reverse_proxy 127.0.0.1:5843
}
http://127.0.0.1:8002 {
route /static/* {
uri strip_prefix /static
file_server {
root ./asklyphe-frontend/static
}
}
reverse_proxy 127.0.0.1:5842
}