Files
Matthew Kilpatrick 52c32b473d fix: omit "Access rules" directives if no rules configured
When an access list was associated with a template which had users (items) but no rules (clients), a `deny all` directive was inserted to the config. This resulted in all requests, including those with valid credentials, being rejected due to the lack of any `allow` directive.

This commit wraps the access rule configuration inside of an if block, so the `deny all;` directive is only present when at least one rule is configured.
2026-05-15 19:03:20 +00:00
..
2020-02-19 15:55:06 +11:00
2020-02-19 15:55:06 +11:00
2020-02-19 15:55:06 +11:00
2023-12-02 03:26:34 +01:00
2024-10-24 01:30:14 +03:00
2024-10-28 15:18:54 +03:00
2020-02-19 15:55:06 +11:00