synapse temporarly disable https
This commit is contained in:
parent
2c0df7a664
commit
a007b7cf83
@ -98,11 +98,11 @@ in
|
|||||||
"/_matrix".proxyPass = "http://[::1]:${toString cfg.port}";
|
"/_matrix".proxyPass = "http://[::1]:${toString cfg.port}";
|
||||||
"/_synapse/client".proxyPass = "http://[::1]:${toString cfg.port}";
|
"/_synapse/client".proxyPass = "http://[::1]:${toString cfg.port}";
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
ssl_verify_client on;
|
# ssl_verify_client on;
|
||||||
ssl_client_certificate ${config.sops.secrets."iqQCY4iAWO-ca/pem".path};
|
# ssl_client_certificate ${config.sops.secrets."iqQCY4iAWO-ca/pem".path};
|
||||||
error_page 403 /403.html;
|
# error_page 403 /403.html;
|
||||||
'';
|
# '';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user