Setup a reverse proxy quickly:
caddy reverse-proxy --from :8123 --to 192.168.100.156:8123
start a http static file server for current directory:
caddy file-server -l 0.0.0.0:8888 -b -r ./
ref:
Setup a reverse proxy quickly:
caddy reverse-proxy --from :8123 --to 192.168.100.156:8123
start a http static file server for current directory:
caddy file-server -l 0.0.0.0:8888 -b -r ./
ref: