dataset/seed/nginx-reverse-proxy/README.md
2023-08-02 21:47:00 +02:00

4.2 KiB

Table of Contents

nginx-reverse-proxy

Synopsis

Nginx as reverse proxy.

For more informations

Variables

Général (general)

NGINX (general.nginx)

Paramétrage global de NGINX

Description Help Type Values Choices
Nom de domaine du serveur mandataire inverse par défaut (nginx_default) Si un client accède au serveur avec un nom de domaine non déclaré, le flux est redirigé vers ce domaine domainname
Autorité de certification signant le certificat des domaines extérieurs (nginx_certificates_provider) choice autosigne autosigne
letsencrypt
  • [+]: variable is multiple
  • bold: variable is mandatory

Variables for expert

Général (general)

NGINX (general.nginx)

Paramétrage global de NGINX

Description Type Values Choices
Longueur maximum pour un nom de domaine (nginx_hash_bucket_size) choice 128 128
64
32
Taille maximale des données reçues par la méthode POST (en Mo) (nginx_post_max_size) number 32
  • [+]: variable is multiple
  • bold: variable is mandatory

Examples

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

With minimum providers:

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

With all providers:

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

Dependances

Supplier

reverse-proxy-client

All applications services for this dataset.