dataset/seed/nginx-reverse-proxy/README.md
2023-08-10 09:34:41 +02:00

4.2 KiB

Table of Contents

nginx-reverse-proxy

Synopsis

Nginx as reverse proxy.

More informations about this software.

Variables

Général

NGINX

Paramétrage global de NGINX.

Parameter Comments
general.nginx.nginx_default
mandatory
Type: domainname
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
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
Longueur maximum pour un nom de domaine.
Choices:
- 128 ← (default)
- 64
- 32
general.nginx.nginx_post_max_size
mandatory
Type: number
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.