dataset/seed/nginx-common/README.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

2022-12-24 13:01:51 +01:00
---
gitea: none
include_toc: true
---
# nginx-common
2023-08-02 09:26:54 +02:00
## Synopsis
2022-12-24 13:01:51 +01:00
Nginx common configuration.
[For more informations](https://nginx.org/)
2023-08-02 09:26:54 +02:00
## Variables for expert
2022-12-24 13:01:51 +01:00
### Général (*general*)
#### NGINX (*general.nginx*)
2023-08-02 09:26:54 +02:00
Paramétrage global de NGINX
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
| Description | Type | Values | Choices |
|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|----------|---------------------|
| **Longueur maximum pour un nom de domaine** (*[nginx_hash_bucket_size](dictionaries/21_nginx.xml)*) | [choice](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | 128 | 128<br />64<br />32 |
| **Taille maximale des données reçues par la méthode POST (en Mo)** (*[nginx_post_max_size](dictionaries/21_nginx.xml)*) | [number](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | 32 | |
2022-12-24 13:01:51 +01:00
- [+]: variable is multiple
- **bold**: variable is mandatory
## Used by
- [nginx-reverse-proxy](../nginx-reverse-proxy/README.md)
- [nginx-https](../nginx-https/README.md)
2023-02-14 14:43:41 +01:00
[All applications services for this dataset.](../README.md)