mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-09 15:08:31 +01:00
feat: extra content option for stream block
This commit is contained in:
@@ -13,6 +13,10 @@ server {
|
||||
proxy_pass {{ targetip }}:$server_port;
|
||||
{% endif %}
|
||||
|
||||
{% if extra_content %}
|
||||
{{ extra_content }}
|
||||
{% endif %}
|
||||
|
||||
{% if transparent %}
|
||||
proxy_bind $remote_addr:{% if targetportoverwrite %}{{ targetportoverwrite }}{% else %}$remote_port{% endif %} transparent;
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user