diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-03 17:43:01 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-03 17:43:01 +0100 |
| commit | 66ba9847e9fd90daf7f59f75f57db0cc1615f04d (patch) | |
| tree | d581d708e41a655cadf925c225a14e2e4f202e20 | |
| parent | 802037bc8cab4eabe29fc5dfda78054838710c16 (diff) | |
add missing list item marker in domains.conf
| -rw-r--r-- | ansible/roles/mox/templates/domains.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/mox/templates/domains.conf b/ansible/roles/mox/templates/domains.conf index 42a942b..e3ef95c 100644 --- a/ansible/roles/mox/templates/domains.conf +++ b/ansible/roles/mox/templates/domains.conf @@ -86,6 +86,7 @@ WebHandlers: ReplacePath: $1.html {% elif subdomain.mox_handler == "forward" %} + - LogName: {{ subdomain.name }}.joeac.net PathRegexp: ^/ Compress: true |
