From 434b5b79736aa63c79b3c89f8e562937b7c1683c Mon Sep 17 00:00:00 2001 From: Miauwkeru Date: Wed, 17 Dec 2025 09:46:58 +0100 Subject: [PATCH] Add APPLICATION_HOST_CONFIG to webserver collection --- acquire/acquire.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acquire/acquire.py b/acquire/acquire.py index bfdcd85b..910e28f4 100644 --- a/acquire/acquire.py +++ b/acquire/acquire.py @@ -895,6 +895,8 @@ def get_spec_additions(cls, target: Target, cli_args: argparse.Namespace) -> Ite NginxPlugin, ] + spec.add(("path", target.resolve(IISLogsPlugin.APPLICATION_HOST_CONFIG))) + for subclass in subclasses: if subclass.__name__ == "IISLogsPlugin" and target.os != "windows": continue