Skip to content

Commit

Permalink
fix(devserver): Strips url prefix before proxying to hono
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed Sep 25, 2023
1 parent e529bf0 commit 6ea914d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
}

{$REPO} {
reverse_proxy /examples/javascript/* localhost:5745
handle_path /examples/javascript/* {
reverse_proxy localhost:5745
}

root * .
file_server browse
Expand Down

0 comments on commit 6ea914d

Please sign in to comment.