13 lines
154 B
Text
13 lines
154 B
Text
|
|
||
|
handle_path /docs* {
|
||
|
reverse_proxy 127.0.0.1:5100
|
||
|
}
|
||
|
|
||
|
handle_path /slides* {
|
||
|
reverse_proxy 127.0.0.1:5200
|
||
|
}
|
||
|
|
||
|
handle {
|
||
|
reverse_proxy localhost:5001
|
||
|
}
|