Skip to content

Commit

Permalink
[FIX] Delete obsolete labels
Browse files Browse the repository at this point in the history
  • Loading branch information
josep-tecnativa committed Jul 25, 2024
1 parent 1c132ce commit 27e1b49
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions _traefik2_hosts_labels.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@
)
}}
{%- endif %}
{%- if not domain_group.path_prefixes %}
{%- set longpolling_route = "/longpolling/" if odoo_version < 16 else "/websocket" -%}
{{-
router(
prefix="longpolling",
index0=domain_group.loop.index0,
rule=domains_rule(domain_group.hosts, [longpolling_route]),
entrypoints=domain_group.entrypoints,
port=8072,
)
}}
{%- endif %}
{%- endif %}
{%- endcall %}
{%- endmacro %}

0 comments on commit 27e1b49

Please sign in to comment.