nyanya commited on
Commit
7ffe26d
1 Parent(s): 1faecf4

caddy wihtout

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