4.5 KiB
4.5 KiB
Table of Contents
nginx-reverse-proxy
Synopsis
Nginx as reverse proxy.
Dependances
Variables
Général (general)
network (general.network)
| Description | Values |
|---|---|
| incoming_ports [+] | 80 443 |
NGINX (general.nginx)
Paramétrage global de NGINX
| Description | Type | Values | Choices |
|---|---|---|---|
| Autorité de certification signant le certificat des domaines extérieurs (nginx_certificates_provider) | choice | autosigne | autosigne letsencrypt |
| nginx_default | string | ||
| nginx_default_http | string | False | |
| nginx_default_https | string | False |
Machine (machine)
| Description | Values |
|---|---|
| var_size | 256 |
| add_tmp | False |
| add_srv | False |
| add_swap | False |
Nginx (nginx)
| Description | Type | Provider |
|---|---|---|
| Nom des domaines dans le serveur mandataire inverse (remotes) [+] | domainname | ReverseProxy |
- [+]: 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