add server_name
Some checks failed
Some checks failed
This commit is contained in:
parent
8afdc53a88
commit
47d09c399e
@ -64,13 +64,16 @@ in
|
||||
aliasgroup2 = "https://nextcloud.alicehuston.xyz:443";
|
||||
aliasgroup3 = "https://.*:443";
|
||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
||||
server_name = "collabora.nayeonie.com";
|
||||
domain = "nextcloud\.alicehuston\.xyz|nextcloud\.nayeonie\.com";
|
||||
DONT_GEN_SSL_CERT = 1;
|
||||
};
|
||||
environmentFiles = [
|
||||
config.sops.secrets."docker/collabora".path
|
||||
];
|
||||
extraOptions = [
|
||||
"--network=haproxy-net"
|
||||
"--privileged"
|
||||
"--cap-add=MKNOD"
|
||||
];
|
||||
ports = [ "9980:80" ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user