Add dev server Caddyfile

This commit is contained in:
DarkCat09 2024-05-28 10:33:42 +04:00
parent 1e1fe6dd16
commit 9b5b09011e
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3

6
Caddyfile Normal file
View file

@ -0,0 +1,6 @@
http://localhost:4010 {
file_server {
root ./frontend
}
reverse_proxy /ws 127.0.0.1:4009
}