8 lines
75 B
Caddyfile
8 lines
75 B
Caddyfile
:80 :3170 {
|
|
handle_path /backend* {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
}
|
|
|
|
|