dataset/seed/nginx-static
2023-08-04 14:27:27 +02:00
..
dictionaries update doc 2023-08-04 14:27:27 +02:00
templates ansible template 2023-06-23 08:12:05 +02:00
applicationservice.yml update doc 2023-08-04 14:27:27 +02:00
README.md update doc 2023-08-04 14:27:27 +02:00

Table of Contents

nginx-static

Synopsis

Nginx as static web site.

For more informations

Basic variables

Général

Reverse proxy

Point d'entrée des clients

This a family is a leadership.

Description Type Example Supplier
Nom de domaine exterieur du serveur (general.revprox.revprox_client.revprox_client_external_domainnames) [+] domainname service.example.net ReverseProxy:external
Nom de l'arborescence racine du site (general.revprox.revprox_client.revprox_client_location) filename ReverseProxy:location
  • [+]: variable is multiple
  • bold: variable is mandatory

Variables

Général

NGINX

Paramétrage global de NGINX.

Description Type Values
nginx_root filename /srv/static
  • [+]: variable is multiple
  • bold: variable is mandatory

Variables for expert

Général

NGINX

Paramétrage global de NGINX.

Description Type Values Choices
Longueur maximum pour un nom de domaine (general.nginx.nginx_hash_bucket_size) choice 128 128
64
32
Taille maximale des données reçues par la méthode POST (en Mo) (general.nginx.nginx_post_max_size) number 32

Reverse proxy

Point d'entrée des clients

This a family is a leadership.

Description Supplier
Taille maximum du corps (general.revprox.revprox_client.revprox_client_max_body_size) ReverseProxy:max_body_size
  • [+]: variable is multiple
  • bold: variable is mandatory

Associated providers

  • LocalDNS
  • Journald
  • ReverseProxy

bold: provider is mandatory

Example

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

nginx-static:
  applicationservice: nginx-static
  zones_name:
    - localdns
    - reverseproxy
  values:
    general.revprox.revprox_client.revprox_client_external_domainnames:
      - service.example.net

Dependances

All applications services for this dataset.