Skip to content

Commit

Permalink
experimented ws for odoo, KO
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Nardecchia authored and Alessandro Nardecchia committed Apr 8, 2024
1 parent ec5b059 commit 0e62115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/configure-module/30Traefik
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ response2 = agent.tasks.run(
action='set-route',
data={
'instance': "gevent%s" % (os.environ['MODULE_ID']),
'url': 'ws://127.0.0.1:%s/websocket' % (get_second_tcp_port()),
'url': 'http://127.0.0.1:%s/websocket' % (get_second_tcp_port()), # KO! ASKED NETHESIS SUPPORT!
'path': '/websocket',
'host': host,
'http2https': h2hs,
Expand Down

0 comments on commit 0e62115

Please sign in to comment.