# this will only work on my vps.. sorry lol http://localhost:9000 { root * ./dist file_server handle_errors { @404 { expression {http.error.status_code} == 404 } rewrite @404 /404.html file_server } import ./redirects.caddyfile }