Add dev server Caddyfile
This commit is contained in:
parent
1e1fe6dd16
commit
9b5b09011e
1 changed files with 6 additions and 0 deletions
6
Caddyfile
Normal file
6
Caddyfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
http://localhost:4010 {
|
||||
file_server {
|
||||
root ./frontend
|
||||
}
|
||||
reverse_proxy /ws 127.0.0.1:4009
|
||||
}
|
Loading…
Reference in a new issue