vps_domain
This commit is contained in:
parent
821a7d30c3
commit
417211ae04
2 changed files with 8 additions and 1 deletions
|
|
@ -2,6 +2,11 @@
|
|||
---
|
||||
version: 1.1
|
||||
|
||||
vps_domain_name:
|
||||
description: The domain name of the VPS
|
||||
examples:
|
||||
- example.fr
|
||||
|
||||
nginx:
|
||||
description: pedagogic html static file server
|
||||
help: |-
|
||||
|
|
@ -23,7 +28,7 @@ nginx:
|
|||
domain_name:
|
||||
description: domain name
|
||||
examples:
|
||||
- exemple.fr
|
||||
- example.fr
|
||||
type: domainname
|
||||
|
||||
email:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
|
||||
vps_domain_name: tutu.fr
|
||||
|
||||
nginx:
|
||||
|
||||
domain_name: tototiti.fr
|
||||
|
|
|
|||
Loading…
Reference in a new issue