{ auto_https off admin off } :80 { @proxied path /api/* /docs /openapi.json encode gzip zstd uri strip_suffix / # Handles Recipe Images / Assets handle_path /api/media/recipes/* { root * /app/data/recipes/ file_server } handle @proxied { reverse_proxy http://127.0.0.1:9000 } handle { root * /app/dist try_files {path}.html {path} /index.html file_server } }