utils.mkVhost: remove possibly problematic svc

Changed files
+1 -1
global
+1 -1
global/utils.nix
···
error_page 502 /_cgi/error/502.html;
error_page 404 /_cgi/error/404.html;
add_header strict-transport-security "max-age=63072000; includeSubDomains; preload";
-
add_header alt-svc 'h3=":443";ma=3600, h2=":443";ma=2592000;persist=1';
'';
}
opts
···
error_page 502 /_cgi/error/502.html;
error_page 404 /_cgi/error/404.html;
add_header strict-transport-security "max-age=63072000; includeSubDomains; preload";
+
add_header alt-svc 'h3=":443";ma=86400';
'';
}
opts