This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
We have infrastructure with many PHP applications. A part of these applications we're running in Nginx Unit.
We have external developers who develop Nuxt application.
We want to unify our infrastructure and use Unit everywhere.
But when we trying to build Nuxt application and run it in Unit (as documented here, in Unit documentation), curl stucks on Unit port, but on Node port, 3000, curl works normally.