nginx/structure.yml
2026-02-10 09:59:01 +01:00

34 lines
573 B
YAML

%YAML 1.2
---
version: 1.1
nginx:
description: pedagogic html static file server
help: put the html files in the /var/www/<domain_name> folder
domain_name:
type: domainname
description: domain name
examples:
- exemple.fr
htpasswd_file:
type: unix_filename
description: htpassword file
default: /etc/nginx/.htpasswd
email:
type: mail
description: domaine name email for certbot
examples:
- contact@exemple.fr
users:
type: leadership
username:
type: unix_user
password:
type: secret