6 lines
99 B
Caddyfile
6 lines
99 B
Caddyfile
localhost {
|
|
reverse_proxy localhost:5173
|
|
handle /php/* {
|
|
reverse_proxy localhost:8000
|
|
}
|
|
} |