From bc37ea1cfa1848466dd412386d0a45ad31a5351b Mon Sep 17 00:00:00 2001 From: yuri Date: Sat, 15 Apr 2023 18:37:09 +0200 Subject: [PATCH] Remove nginx redirect.conf for light.ccchh.net --- inventories/z9/host_vars/light.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventories/z9/host_vars/light.yml b/inventories/z9/host_vars/light.yml index 32d8a00..1e69d9f 100644 --- a/inventories/z9/host_vars/light.yml +++ b/inventories/z9/host_vars/light.yml @@ -49,6 +49,7 @@ ola__configs: content: "{{ lookup('ansible.builtin.file', 'configs/light/ola/ola-usbserial.conf') }}" foobazdmx__art_net_host: localhost nginx__version_spec: "" +nginx__deploy_redirect_conf: false nginx__configurations: - name: light.ccchh.net content: "{{ lookup('ansible.builtin.file', 'configs/light/nginx/light.ccchh.net.conf') }}"