--- gitea: none include_toc: true --- [Return to the list of application services.](../README.md) # nginx-static ## Synopsis [Nginx as static web site.](https://nginx.org/) ## 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 ``` ## Basic variables ### General #### Reverse proxy ##### Clients configuration This family is a leadership. | Parameter | Comments | |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| | **[general.revprox.revprox_client.revprox_client_external_domainnames](dictionaries/21_revprox_client.xml)**
mandatory, multiple
**Type:** [`domainname`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Service external domain name.
**Example:** service.example.net | | **[general.revprox.revprox_client.revprox_client_location](dictionaries/21_revprox_client.xml)**
mandatory
**Type:** [`filename`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | URI to route request to the correct service.
**Default:** / | ## Variables ### General #### NGINX | Parameter | Comment | |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------| | **[general.nginx.nginx_root](dictionaries/22_nginx_static.xml)**
mandatory
**Type:** [`filename`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Adresse racine du site web.
**Default:** /srv/static | #### Reverse proxy ##### Clients configuration This family is a leadership. | Parameter | Comments | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------| | **[general.revprox.revprox_client.revprox_client_max_body_size](dictionaries/21_revprox_client.xml)**
**Type:** [`string`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | The maximum allowed size of the client request body. | ## Variables for expert ### General #### NGINX | Parameter | Comment | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------| | **[general.nginx.nginx_hash_bucket_size](dictionaries/21_nginx.xml)**
mandatory
**Type:** [`choice`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | The bucket size for the server names hash tables.
**Choices:**
- `128` ← default
- `64`
- `32` | | **[general.nginx.nginx_post_max_size](dictionaries/21_nginx.xml)**
mandatory
**Type:** [`number`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | The maximum allowed size of the client request body.
This value is in Mb.
**Default:** 32 | ## Requirements services ### Mandatories - [LocalDNS](../README.LocalDNS.md): DNS forwarder for local domain name. - [ReverseProxy](../README.ReverseProxy.md): Register to service to a reverse proxy server. ### Optionals - [Journald](../README.Journald.md): Concentrate journal messages on one host. ## Dependances - [nginx-https](../nginx-https/README.md): Nginx as HTTPS web site. - [nginx-common](../nginx-common/README.md): Nginx common configuration. - [reverse-proxy-client](../reverse-proxy-client/README.md): Application service needs interact with a a reverse proxy server. - [base-fedora-37](../base-fedora-37/README.md): Base information of a Fedora 37. - [base-fedora](../base-fedora/README.md): Base information of a Fedora. - [systemd](../systemd/README.md): Systemd, a system and service manager. - [base-machine](../base-machine/README.md): Base information for a machine. - [base](../base/README.md): Base of all application services. - [dns-local](../dns-local/README.md): DNS client with access to local zones. - [pki-tls](../pki-tls/README.md): Autosign PKI or Let's encrypt support for TLS certificates. - [journald](../journald/README.md): Journald. - [resolved](../resolved/README.md): Resolved.