bekkalokk/vaultarden: Add kTLS

ozai
Felix Albrigtsen 2024-05-26 10:50:29 +02:00
parent afae0da0b6
commit cf01792269
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ in {
services.nginx.virtualHosts."${domain}" = {
forceSSL = true;
enableACME = true;
kTLS = true;
extraConfig = ''
client_max_body_size 128M;