profiles/common-webserver: Terminate http sessions for unknown vhosts immediately
This commit is contained in:
@@ -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'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user