treewide/nginx: enable kTLS for a bunch more virtualHosts

This commit is contained in:
h7x4
2026-05-27 23:36:18 +09:00
parent c2d6989350
commit 2c819776f8
4 changed files with 7 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ in
};
services.nginx.virtualHosts."ooye.pvv.ntnu.no" = {
kTLS = true;
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:${cfg.socket}";