# caddy ## caddyfile ```bash *.nps.veypi.com:80 { reverse_proxy 127.0.0.1:800 # or file_server [] [browse] { root / hide index browse [] } } ```