asklyphe/Caddyfile

22 lines
375 B
Text
Raw Normal View History

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