qzwi: switch nextcloud vhost to letsencrypt ssl
This commit is contained in:
parent
64a6886a07
commit
58347d94f5
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#hostname = "2a00:f820:528::4"
|
#hostname = "2a00:f820:528::4"
|
||||||
hostname = "31.47.232.108"
|
hostname = "31.47.232.108"
|
||||||
bundles = [
|
bundles = [
|
||||||
|
"letsencrypt",
|
||||||
"nginx",
|
"nginx",
|
||||||
"nextcloud",
|
"nextcloud",
|
||||||
"openldap",
|
"openldap",
|
||||||
|
@ -31,7 +32,7 @@ sha1 = "0d496eb0808c292502479e93cd37fe2daf95786a"
|
||||||
version = "23.0.0"
|
version = "23.0.0"
|
||||||
|
|
||||||
[metadata.nginx.vhosts.nextcloud]
|
[metadata.nginx.vhosts.nextcloud]
|
||||||
ssl = "_.qzwi.de"
|
ssl = "letsencrypt"
|
||||||
|
|
||||||
[metadata.openldap]
|
[metadata.openldap]
|
||||||
my_hostname = "ldap.qzwi.de"
|
my_hostname = "ldap.qzwi.de"
|
||||||
|
|
Loading…
Reference in a new issue