diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..cc783b6 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,10 @@ +:{$PORT:3000} { + log { + format json + } + rewrite /health /* + root * /app/dist + encode gzip + file_server + try_files {path} /index.html +} \ No newline at end of file