nyanya commited on
Commit
d57ea55
1 Parent(s): 6bcb4b2

caddy handle

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