This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/Caddyfile

10 lines
146 B
Caddyfile

127.0.0.1 {
route /static/* {
uri strip_prefix /static
file_server {
root ./static
}
}
reverse_proxy 127.0.0.1:5842
}