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