Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 37 additions & 2 deletions content/unit/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,42 @@
---
title: NGINX Unit
description: A lightweight web app server that combines several layers of the typical application stack into a single component.
nd-subtitle: A lightweight web app server that combines several layers of the typical application stack into a single component
url: /nginx-unit/
nd-landing-page: true
cascade:
logo: "NGINX-Unit-product-icon-RGB.png"
---
nd-content-type: landing-page
nd-product: NGINX Unit
---

## About

NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code (including WebAssembly), serving static assets, handling TLS and request routing.

## Featured content

{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="Key features" titleUrl="/nginx-unit/keyfeatures/" isFullSize="true" icon="unplug">}}
Learn about the key features of NGINX Unit, including its support for multiple languages, security, performance, and more
{{</card >}}
{{</card-section>}}
{{</card-layout>}}

{{<card-layout>}}
{{<card-section showAsCards="true">}}
{{<card title="Installation" titleUrl="/nginx-unit/installation/" isFullSize="true">}}
Get started with NGINX Unit by installing it on your system. Find instructions for various platforms and package managers
{{</card >}}
{{<card title="Configuration" titleUrl="/nginx-unit/configuration/" isFullSize="true">}}
Learn how to configure NGINX Unit for your applications
{{</card >}}
{{<card title="How-to guides" titleUrl="/nginx-unit/howto/" isFullSize="true">}}
Learn how to resolve various real-life situations and issues that you may experience with Unit
{{</card >}}
{{<card title="Changelog" titleUrl="/nginx-unit/changes/" isFullSize="true">}}
See the latest changes and updates in NGINX Unit, including new features, bug fixes, and improvements
{{</card >}}

{{</card-section>}}
{{</card-layout>}}