From 65360a3b96662c77a1590b41198b46f01efb445a Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 10 Feb 2026 10:49:35 +0100 Subject: [PATCH] params --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e8f360..cb5ddf6 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ > - Restarting Nginx: Nginx is restarted to apply the changes.\ > **Path**: nginx -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------| -| **nginx.domain_name**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Domain name.
**Validator**: type domainname
**Example**: exemple.fr | -| **nginx.email**
[`mail`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Email for the domain name.
This is for certbot.
**Example**: contact@exemple.fr | -| **nginx.htpasswd_file**
[`UNIX filename`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Htpassword file.
**Validator**: file type allowed: "directory" and "file"
**Default**: /etc/nginx/.htpasswd | +| Variable | Description | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------| +| **nginx.domain_name**
[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Domain name.
**Validator**: type domainname
**Example**: exemple.fr | +| **nginx.email**
[`mail`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Email for the domain name.
This is for certbot.
**Example**: contact@exemple.fr | +| **nginx.htpasswd_file**
[`UNIX filename`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `mandatory` | Htpassword file.
**Validator**: file type allowed: "file"
**Default**: /etc/nginx/.htpasswd | ## Nginx authenticated user credentials