Skip to content

Commit

Permalink
feat: nginx add enable-client-ip option cluster in advanced settings
Browse files Browse the repository at this point in the history
Ticket: COR-864
  • Loading branch information
benjaminch committed Mar 27, 2024
1 parent 1df799c commit 7d2f298
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2024-01-17"
last_modified_on: "2024-03-27"
title: "Cluster Advanced Settings"
description: "Learn how to set advanced settings on your infrastructure with Qovery"
---
Expand Down Expand Up @@ -135,6 +135,13 @@ Below is the list of advanced settings currently available for clusters.
|---------|------------------------------------------------------------------------------------------------|-----------------|
| integer | Maximum number of Nginx instances running | `25` |

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

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------------------|-----------------|
| bool | Enables [ngx_http_realip_module](https://nginx.org/en/docs/http/ngx_http_realip_module.html) module. | `false` |


### Database access

#### database.postgresql.deny_public_access ![](/img/advanced_settings/aws.svg) ![](/img/advanced_settings/database-container.svg) ![](/img/advanced_settings/database-managed.svg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ Below is the list of advanced settings currently available for clusters.
|---------|------------------------------------------------------------------------------------------------|-----------------|
| integer | Maximum number of Nginx instances running | `25` |

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

| Type | Description | Default Value |
|---------|------------------------------------------------------------------------------------------------------|-----------------|
| bool | Enables [ngx_http_realip_module](https://nginx.org/en/docs/http/ngx_http_realip_module.html) module. | `false` |


### Database access

#### database.postgresql.deny_public_access ![](/img/advanced_settings/aws.svg) ![](/img/advanced_settings/database-container.svg) ![](/img/advanced_settings/database-managed.svg)
Expand Down
1 change: 1 addition & 0 deletions website/static/img/advanced_settings/gcp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d2f298

Please sign in to comment.