smgc commited on
Commit
795a300
1 Parent(s): cd17c00

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +1 -1
Caddyfile CHANGED
@@ -9,7 +9,7 @@
9
 
10
  :3001 {
11
  reverse_proxy /api/* localhost:3000 {
12
- rewrite * /{path}
13
  }
14
 
15
  handle /api {
 
9
 
10
  :3001 {
11
  reverse_proxy /api/* localhost:3000 {
12
+ rewrite * {http.request.uri.path}
13
  }
14
 
15
  handle /api {