68 lines
2.5 KiB
Markdown
68 lines
2.5 KiB
Markdown
|
---
|
||
|
gitea: none
|
||
|
include_toc: true
|
||
|
---
|
||
|
|
||
|
# nginx-reverse-proxy
|
||
|
|
||
|
[All applications services for this dataset.](../README.md)
|
||
|
|
||
|
## Description
|
||
|
|
||
|
Nginx as reverse proxy.
|
||
|
|
||
|
[For more informations](https://nginx.org/)
|
||
|
|
||
|
## Dependances
|
||
|
|
||
|
- [base-fedora-36](../base-fedora-36/README.md)
|
||
|
- [base-fedora](../base-fedora/README.md)
|
||
|
- [systemd](../systemd/README.md)
|
||
|
- [base-machine](../base-machine/README.md)
|
||
|
- [base](../base/README.md)
|
||
|
- [dns-local](../dns-local/README.md)
|
||
|
- [nginx-common](../nginx-common/README.md)
|
||
|
|
||
|
## Variables
|
||
|
|
||
|
### Général (*general*)
|
||
|
|
||
|
#### network (*general.network*)
|
||
|
|
||
|
| Description | Values |
|
||
|
|-------------------------------------------------------|-------------|
|
||
|
| *[**incoming_ports**](dictionaries/25_nginx.xml)* [+] | 80<br />443 |
|
||
|
|
||
|
#### NGINX (*general.nginx*)
|
||
|
|
||
|
Paramétrage global de NGINX
|
||
|
|
||
|
| Description | Values |
|
||
|
|--------------------------------------------------------|----------|
|
||
|
| *[**nginx_default**](dictionaries/25_nginx.xml)* | |
|
||
|
| *[**nginx_default_http**](dictionaries/25_nginx.xml)* | True |
|
||
|
| *[**nginx_default_https**](dictionaries/25_nginx.xml)* | True |
|
||
|
|
||
|
### Machine (*machine*)
|
||
|
|
||
|
| Description | Values |
|
||
|
|-------------------------------------------------------|----------|
|
||
|
| *[**var_size**](extras/machine/20_reverse_proxy.xml)* | 256 |
|
||
|
| *[**add_tmp**](extras/machine/20_reverse_proxy.xml)* | False |
|
||
|
| *[**add_srv**](extras/machine/20_reverse_proxy.xml)* | False |
|
||
|
| *[**add_swap**](extras/machine/20_reverse_proxy.xml)* | False |
|
||
|
|
||
|
### Nginx (*nginx*)
|
||
|
|
||
|
| Description | Type | Provider |
|
||
|
|--------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|--------------|
|
||
|
| Nom des domaines dans le serveur mandataire inverse (*[remotes](extras/nginx/00-nginx.xml)*) [+] | [domainname](https://cloud.silique.fr/gitea/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | ReverseProxy |
|
||
|
|
||
|
|
||
|
- [+]: variable is multiple
|
||
|
- **bold**: variable is mandatory
|
||
|
|
||
|
## Linked to
|
||
|
|
||
|
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|