forked from mirrors/pronouns.cc
12 lines
204 B
Caddyfile
12 lines
204 B
Caddyfile
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
|
|
}
|