now we have to make jitsi work

This commit is contained in:
Fabian Montero 2024-08-25 15:33:21 -06:00
parent 167c519a25
commit ff24142579
Signed by untrusted user: fabian
GPG key ID: 1FFAC35E1798174F
3 changed files with 1 additions and 29 deletions

View file

@ -9,16 +9,10 @@ with lib; {
virtualHosts."meet.posixlycorrect.com" = {
enableACME = true;
forceSSL = true;
enableAuthentik = false;
extraConfig = ''
proxy_headers_hash_max_size 512;
proxy_headers_hash_bucket_size 128;
ssl_verify_depth 1;
ssl_verify_client on;
ssl_client_certificate ${../../pki/gatekeeper_ca.pem};
if ($ssl_client_verify != "SUCCESS") {
return 403;
}
'';
};
};

View file

@ -10,7 +10,6 @@ with lib; {
virtualHosts."wiki.posixlycorrect.com" = {
enableACME = true;
forceSSL = true;
enableAuthentik = true;
extraConfig = ''
proxy_headers_hash_max_size 512;
proxy_headers_hash_bucket_size 128;