mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 10:09:52 +01:00
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
|
|
}
|