Skip to content

Commit c109fe4

Browse files
authored
Add APPLICATION_HOST_CONFIG to webserver collection (#279)
1 parent 8690319 commit c109fe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acquire/acquire.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,8 @@ def get_spec_additions(cls, target: Target, cli_args: argparse.Namespace) -> Ite
895895
NginxPlugin,
896896
]
897897

898+
spec.add(("path", target.resolve(IISLogsPlugin.APPLICATION_HOST_CONFIG)))
899+
898900
for subclass in subclasses:
899901
if subclass.__name__ == "IISLogsPlugin" and target.os != "windows":
900902
continue

0 commit comments

Comments
 (0)