dataset/seed/nginx-reverse-proxy
2023-08-08 11:22:14 +02:00
..
dictionaries update doc 2023-08-08 11:22:14 +02:00
extras update 2023-07-31 15:30:32 +02:00
funcs TLS 2023-02-14 14:24:16 +01:00
patches ansible template 2023-06-23 08:12:05 +02:00
templates update 2023-07-31 15:30:32 +02:00
tests update documentations 2023-01-17 21:43:32 +01:00
applicationservice.yml update doc 2023-08-01 15:13:17 +02:00
doc.md remove application version 2022-07-01 22:10:33 +02:00
README.md update doc 2023-08-08 11:22:14 +02:00

Table of Contents

nginx-reverse-proxy

Synopsis

Nginx as reverse proxy.

For more informations

Variables

Général

NGINX

Paramétrage global de NGINX.

Parameter Comments
general.nginx.nginx_default
mandatory
Type: [domainname](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable)
Nom de domaine du serveur mandataire inverse par défaut.
Si un client accède au serveur avec un nom de domaine non déclaré, le flux est redirigé vers ce domaine.
Default: calculated
general.nginx.nginx_certificates_provider
mandatory
Type: [choice](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable)
Autorité de certification signant le certificat des domaines extérieurs.
Choices:
- self-signed ← (default)
- letsencrypt

Variables for expert

Général

NGINX

Paramétrage global de NGINX.

Parameter Comments
general.nginx.nginx_hash_bucket_size
mandatory
Type: [choice](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable)
Longueur maximum pour un nom de domaine.
Choices:
- 128 ← (default)
- 64
- 32
general.nginx.nginx_post_max_size
mandatory
Type: [number](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable)
Taille maximale des données reçues par la méthode POST (en Mo).
Default: 32

Requirements services

  • LocalDNS
  • Journald

bold: provider is mandatory

Example

Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.

nginx-reverse-proxy:
  applicationservice: nginx-reverse-proxy
  provider_zone: reverseproxy
  zones_name:
    - localdns

Dependances

Supplier

reverse-proxy-client

All applications services for this dataset.