Skip to content
Merged
Changes from all 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
58 changes: 26 additions & 32 deletions content/nginx/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,32 @@ NGINX Plus adds a range of premium features to address enterprise needs.
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."

{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="Install NGINX Plus" titleUrl="/nginx/installing-nginx/installing-nginx-plus/" icon="unplug" isFullSize="true">}}
Install NGINX Plus on different operating systems.
{{</card >}}
{{</card-section>}}
{{</card-layout>}}


{{<card-layout>}}
{{<card-section showAsCards="true" >}}
{{<card title="Install NGINX Open Source" titleUrl="/nginx/installing-nginx/installing-nginx-open-source/" >}}
Install NGINX Open Source. Compile from source.
{{</card>}}
{{<card title="Set up HTTP load balancing" titleUrl="/admin-guide/load-balancer/http-load-balancer/" >}}
Keep your servers running.
{{</ card >}}
{{<card title="Set up a web server" titleUrl="/nginx/admin-guide/web-server/web-server/" >}}
Configure NGINX as a web server.
{{</card>}}
{{<card title="Secure with Single Sign-On" titleUrl="/nginx/admin-guide/security-controls/configuring-oidc/">}}
Set up Open ID connect with identity providers.
{{</ card >}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="Install NGINX Plus" titleUrl="/nginx/installing-nginx/installing-nginx-plus/" icon="unplug" isFullSize="true">}}
Install NGINX Plus on different operating systems.
{{</card >}}
{{</card-section>}}


{{<card-section showAsCards="true" >}}
{{<card title="Install NGINX Open Source" titleUrl="/nginx/installing-nginx/installing-nginx-open-source/" >}}
Install NGINX Open Source. Compile from source.
{{</card>}}
{{<card title="Set up HTTP load balancing" titleUrl="/admin-guide/load-balancer/http-load-balancer/" >}}
Keep your servers running.
{{</ card >}}
{{<card title="Set up a web server" titleUrl="/nginx/admin-guide/web-server/web-server/" >}}
Configure NGINX as a web server.
{{</card>}}
{{<card title="Secure with Single Sign-On" titleUrl="/nginx/admin-guide/security-controls/configuring-oidc/">}}
Set up Open ID connect with identity providers.
{{</ card >}}
{{</card-section>}}

### More information

{{<card-layout>}}
{{<card-section showAsCards="true" >}}
{{<card title="View release notes and updates" titleUrl="/nginx-instance-manager/releases/" icon="clock-alert">}}
Get details on new features, bug fixes, and known issues.
{{</card>}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section showAsCards="true" >}}
{{<card title="View release notes and updates" titleUrl="/nginx-instance-manager/releases/" icon="clock-alert">}}
Get details on new features, bug fixes, and known issues.
{{</card>}}
{{</card-section>}}
Loading