Implemented performance switch for Front Proxy

This commit is contained in:
2025-09-16 13:58:46 +02:00
parent 2f992983f4
commit b18b3b104c
4 changed files with 49 additions and 43 deletions

View File

@@ -2,4 +2,7 @@
vhost_flavour: "basic" # valid: basic, ws_generic
# build the full template path from the flavour
vhost_template_src: "roles/sys-svc-proxy/templates/vhost/{{ vhost_flavour }}.conf.j2"
vhost_template_src: "roles/sys-svc-proxy/templates/vhost/{{ vhost_flavour }}.conf.j2"
# Enable / Disable Proxy during development, for faster Debugging
SYS_STK_FRONT_PROXY_ENABLED: true