nyanya commited on
Commit
6bcb4b2
·
1 Parent(s): 7ffe26d

caddy handle

Browse files
Files changed (1) hide show
  1. Caddyfile +2 -2
Caddyfile CHANGED
@@ -1,6 +1,6 @@
1
  :80 {
2
- reverse_proxy /code/* localhost:8080 {
3
- without /code
4
  }
5
  reverse_proxy /* localhost:7860
6
  }
 
1
  :80 {
2
+ handle_path /code/* {
3
+ reverse_proxy localhost:8080
4
  }
5
  reverse_proxy /* localhost:7860
6
  }