aviary-ps/dist/Caddyfile

6 lines
90 B
Caddyfile
Raw Normal View History

2022-11-13 02:52:53 +00:00
http://localhost:6660 {
root www/
file_server /index.js
reverse_proxy localhost:8000
}