1
0

profiles/common-webserver: Terminate http sessions for unknown vhosts immediately

This commit is contained in:
2025-12-03 21:13:19 +01:00
parent 4fb86e3e1e
commit 7cf15e05bd

View File

@@ -53,10 +53,8 @@ in {
default = true;
rejectSSL = true;
locations."/" = {
return = ''200 "Some piece of infrastructure\n"'';
extraConfig = ''
types { } default_type "text/plain; charset=utf-8";
'';
# Terminate connection without response
return = ''444'';
};
};
};