From 7952e5c1015e498cf934b26f86bbdf6e8cf33862 Mon Sep 17 00:00:00 2001 From: Stuce Date: Thu, 13 Nov 2025 17:12:34 +0100 Subject: [PATCH] . --- nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.nix b/nginx.nix index 24121ab..6f12e4d 100644 --- a/nginx.nix +++ b/nginx.nix @@ -36,10 +36,10 @@ in { forceSSL = true; # sslCertificateKey = "/etc/nginx/certs/ca.key"; # sslCertificate = "/etc/nginx/certs/ca.crt"; - extraConfig = ''' + extraConfig = '' ssl_client_certificate /etc/nginx/certs/client.crt; ssl_verify_client on; - '''; + ''; locations."/" = { # TODO fastcgi to the script extraConfig = "return 200 'handshake worked !!!';";