Skip to content

Commit

Permalink
fix: caddy proxy update (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
wielopolski authored Dec 19, 2024
1 parent 37c1273 commit 2679330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/reverse-proxy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app.lms.localhost {
handle_path /api/* {
reverse_proxy localhost:3000
reverse_proxy /api/* {
to http://localhost:3000
}

handle {
Expand Down

0 comments on commit 2679330

Please sign in to comment.