asklyphe/Caddyfile

21 lines
375 B
Caddyfile

http://127.0.0.1:1235 {
route /static/* {
uri strip_prefix /static
file_server {
root ./asklyphe-auth-frontend/static
}
}
reverse_proxy http://auth-frontend:5843
}
http://127.0.0.1:1234 {
route /static/* {
uri strip_prefix /static
file_server {
root ./asklyphe-frontend/static
}
}
reverse_proxy http://frontend:5842
}