chore: cleanup old code

This commit is contained in:
Ahwx 2025-08-01 13:18:45 +02:00
parent fe43e44718
commit cc566fed4f

View file

@ -37,24 +37,6 @@
recommendedProxySettings = true;
clientMaxBodySize = lib.mkDefault "10G";
#defaultListen =
# let
# listen = [
# {
# addr = "[::]";
# port = 80;
# extraParameters = [ "proxy_protocol" ];
# }
# {
# addr = "[::]";
# port = 443;
# ssl = true;
# extraParameters = [ "proxy_protocol" ];
# }
# ];
# in
# map (x: (x // { addr = "0.0.0.0"; })) listen ++ listen;
# Hardened TLS and HSTS preloading
appendHttpConfig = ''
# Proxying