fix collabora

This commit is contained in:
soraefir
2026-05-08 20:23:40 +02:00
parent 7194d91b1c
commit 6d353df19f

View File

@@ -16,7 +16,7 @@ in {
"aliasgroup1" = "https://${serverCfg.containers.nextcloud.subdomain}.${serverCfg.hostDomain}";
"server_name" = "${containerCfg.subdomain}.${serverCfg.hostDomain}";
"VIRTUAL_HOST" = "${containerCfg.subdomain}.${serverCfg.hostDomain}";
"VIRTUAL_PORT" = "${containerCfg.port}";
"VIRTUAL_PORT" = "${toString containerCfg.port}";
"VIRTUAL_PROTO" = "http";
"DONT_GEN_SSL_CERT" = "true";
"RESOLVE_TO_PROXY_IP" = "true";