This is a big commit, some font-end function are still working, including manage, error handle, as others.
5 lines
79 B
Caddyfile
5 lines
79 B
Caddyfile
:8081 {
|
|
reverse_proxy /api/* localhost:8080
|
|
reverse_proxy * localhost:3000
|
|
}
|