qzwi: enable mariadb, add wordpress nginx vhost
This commit is contained in:
parent
4d9b52adf3
commit
3c26b78996
1 changed files with 8 additions and 1 deletions
|
@ -4,11 +4,12 @@ bundles = [
|
|||
"elasticsearch",
|
||||
"ldap-frontend",
|
||||
"letsencrypt",
|
||||
"mariadb",
|
||||
"monit",
|
||||
"nginx",
|
||||
"nextcloud",
|
||||
"openldap",
|
||||
"postfix",
|
||||
#"postfix",
|
||||
"php",
|
||||
"postgresql",
|
||||
"redis",
|
||||
|
@ -43,6 +44,12 @@ version = "23.0.0"
|
|||
[metadata.nginx.vhosts.nextcloud]
|
||||
ssl = "letsencrypt"
|
||||
|
||||
[metadata.nginx.vhosts.wordpress]
|
||||
domain = "jackie.qzwi.de"
|
||||
ssl = "letsencrypt"
|
||||
php = true
|
||||
extras = true
|
||||
|
||||
[metadata.nginx.vhosts.openldap]
|
||||
domain = "ldap.qzwi.de"
|
||||
ssl = "letsencrypt"
|
||||
|
|
Loading…
Reference in a new issue