Update Caddyfile - remove deprecated path

This commit is contained in:
James Read 2024-09-22 17:32:38 +01:00 committed by GitHub
parent 94170d1ce1
commit 396a7cea63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
:5000/ {
:5000 {
handle_path /api/* {
reverse_proxy * localhost:3000
}