fix collabora
This commit is contained in:
@@ -16,7 +16,7 @@ in {
|
|||||||
"aliasgroup1" = "https://${serverCfg.containers.nextcloud.subdomain}.${serverCfg.hostDomain}";
|
"aliasgroup1" = "https://${serverCfg.containers.nextcloud.subdomain}.${serverCfg.hostDomain}";
|
||||||
"server_name" = "${containerCfg.subdomain}.${serverCfg.hostDomain}";
|
"server_name" = "${containerCfg.subdomain}.${serverCfg.hostDomain}";
|
||||||
"VIRTUAL_HOST" = "${containerCfg.subdomain}.${serverCfg.hostDomain}";
|
"VIRTUAL_HOST" = "${containerCfg.subdomain}.${serverCfg.hostDomain}";
|
||||||
"VIRTUAL_PORT" = "${containerCfg.port}";
|
"VIRTUAL_PORT" = "${toString containerCfg.port}";
|
||||||
"VIRTUAL_PROTO" = "http";
|
"VIRTUAL_PROTO" = "http";
|
||||||
"DONT_GEN_SSL_CERT" = "true";
|
"DONT_GEN_SSL_CERT" = "true";
|
||||||
"RESOLVE_TO_PROXY_IP" = "true";
|
"RESOLVE_TO_PROXY_IP" = "true";
|
||||||
|
|||||||
Reference in New Issue
Block a user