nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.37k stars 323 forks source link

CLI: make application directory optional #1249

Open avahahn opened 4 months ago

avahahn commented 4 months ago

While it doesnt directly enable our main use case of being an application server we should still allow users to deploy new Unit instances from unitctl without specifying an application directory.

This will enable users to stand up Unit and start playing with it without having an application written.

This means that the application mount in the library should be optional.