matrix: re-enable TLSv1.2
This commit is contained in:
parent
04c8461acc
commit
6bd8c0f5b1
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Element X on iOS doesn't support TLSv1.3 for some reason
|
||||||
|
services.nginx.sslProtocols = "TLSv1.2 TLSv1.3";
|
||||||
|
|
||||||
kyouma.nginx.virtualHosts = {
|
kyouma.nginx.virtualHosts = {
|
||||||
${cfg.hostname}.locations."/" = {
|
${cfg.hostname}.locations."/" = {
|
||||||
proxyPass = "http://unix:${unix_socket_path}";
|
proxyPass = "http://unix:${unix_socket_path}";
|
||||||
|
|
Loading…
Reference in a new issue