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
|
version: 1.1
|
||||||
|
|
||||||
|
vps_domain_name:
|
||||||
|
description: The domain name of the VPS
|
||||||
|
examples:
|
||||||
|
- example.fr
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
description: pedagogic html static file server
|
description: pedagogic html static file server
|
||||||
help: |-
|
help: |-
|
||||||
|
|
@ -23,7 +28,7 @@ nginx:
|
||||||
domain_name:
|
domain_name:
|
||||||
description: domain name
|
description: domain name
|
||||||
examples:
|
examples:
|
||||||
- exemple.fr
|
- example.fr
|
||||||
type: domainname
|
type: domainname
|
||||||
|
|
||||||
email:
|
email:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
vps_domain_name: tutu.fr
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
|
||||||
domain_name: tototiti.fr
|
domain_name: tototiti.fr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue