Skip to content

Commit

Permalink
chore(ENG-1927): nginx cluster advanced settings server-snippet doc (#…
Browse files Browse the repository at this point in the history
…503)

Ticket: ENG-1927
  • Loading branch information
benjaminch authored Jan 8, 2025
1 parent 2cf06f0 commit 298df15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-12-31"
last_modified_on: "2025-01-07"
title: "Cluster Advanced Settings"
description: "Learn how to set advanced settings on your infrastructure with Qovery"
---
Expand Down Expand Up @@ -224,6 +224,12 @@ Requirements for customers using custom VPCs (Qovery Managed VPC does not requir
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows to customize nginx [http-snippet](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#http-snippet) configuration. | `null` |

#### nginx.controller.server_snippet ![](/img/advanced_settings/aws.svg) ![](/img/advanced_settings/scaleway.svg) ![](/img/advanced_settings/gcp.svg)

| Type | Description | Default Value |
|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows to customize nginx [server-snippet](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#server-snippet) configuration. | `null` |

#### nginx.controller.limit_request_status_code ![](/img/advanced_settings/aws.svg) ![](/img/advanced_settings/scaleway.svg) ![](/img/advanced_settings/gcp.svg)

| Type | Description | Default Value |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ Requirements for customers using custom VPCs (Qovery Managed VPC does not requir
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows to customize nginx [http-snippet](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#http-snippet) configuration. | `null` |

#### nginx.controller.server_snippet ![](/img/advanced_settings/aws.svg) ![](/img/advanced_settings/scaleway.svg) ![](/img/advanced_settings/gcp.svg)

| Type | Description | Default Value |
|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| string | Allows to customize nginx [server-snippet](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#server-snippet) configuration. | `null` |

#### nginx.controller.limit_request_status_code ![](/img/advanced_settings/aws.svg) ![](/img/advanced_settings/scaleway.svg) ![](/img/advanced_settings/gcp.svg)

| Type | Description | Default Value |
Expand Down

0 comments on commit 298df15

Please sign in to comment.