mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Renamed injection services
This commit is contained in:
7
roles/sys-srv-web-inj-compose/templates/server.conf.j2
Normal file
7
roles/sys-srv-web-inj-compose/templates/server.conf.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if inj_enabled.css %}
|
||||
{% include 'roles/sys-srv-web-inj-css/templates/location.conf.j2' %}
|
||||
{% endif %}
|
||||
|
||||
{% if inj_enabled.logout %}
|
||||
{% include 'roles/web-svc-logout/templates/logout-proxy.conf.j2' %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user