first commit
This commit is contained in:
6
web/Caddyfile
Normal file
6
web/Caddyfile
Normal file
@@ -0,0 +1,6 @@
|
||||
:8001 {
|
||||
route {
|
||||
reverse_proxy /api/* 127.0.0.1:8888
|
||||
reverse_proxy * 127.0.0.1:1234
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user