Restructured Front Proxy variables

This commit is contained in:
2025-09-26 18:43:09 +02:00
parent 2968ac7f0a
commit fb04a4c7a0
3 changed files with 7 additions and 9 deletions

View File

@@ -1 +1,2 @@
configuration_destination: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}"
FRONT_PROXY_DOMAIN_CONF_DST: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}"
FRONT_PROXY_DOMAIN_CONF_SRC: "roles/sys-svc-proxy/templates/vhost/{{ vhost_flavour }}.conf.j2"