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