11 lines
146 B
Text
11 lines
146 B
Text
|
127.0.0.1 {
|
||
|
route /static/* {
|
||
|
uri strip_prefix /static
|
||
|
file_server {
|
||
|
root ./static
|
||
|
}
|
||
|
}
|
||
|
|
||
|
reverse_proxy 127.0.0.1:5842
|
||
|
}
|