pronounsfu/docs/config-examples/Caddyfile

13 lines
204 B
Caddyfile
Raw Permalink Normal View History

2023-05-27 14:46:12 -07:00
http://pronouns.local {
handle /media* {
uri path_regexp ^/media /pronouns.cc
reverse_proxy localhost:9000
}
handle_path /api* {
reverse_proxy localhost:8080
}
reverse_proxy localhost:5173
}