localhost {
  reverse_proxy localhost:5173
  handle /php/* {
    reverse_proxy localhost:8000
  }
}