:{$PORT:3000} {
        log {
                format json
        }
        rewrite /health /*
        root * /app/dist
        encode gzip
        file_server
        try_files {path} /index.html
}