wwforonce commited on
Commit
870c23c
·
1 Parent(s): 940e285

fix caddy file format

Browse files
Files changed (1) hide show
  1. Caddyfile +1 -1
Caddyfile CHANGED
@@ -18,7 +18,7 @@
18
  reverse_proxy localhost:8881
19
  }
20
  # readeck
21
- handle /readeck/*{
22
  reverse_proxy localhost:7000
23
  }
24
 
 
18
  reverse_proxy localhost:8881
19
  }
20
  # readeck
21
+ handle /readeck/* {
22
  reverse_proxy localhost:7000
23
  }
24