Use http_bin_port and make networking clearer

This commit is contained in:
Julian-Samuel Gebühr
2022-07-10 13:33:29 +02:00
parent e62632bf5d
commit ffa20357ea
3 changed files with 16 additions and 2 deletions

View File

@ -37,7 +37,7 @@
proxy_set_header Connection "upgrade";
{% else %}
{# Generic configuration for use outside of our container setup #}
proxy_pass http://127.0.0.1:{{ matrix_bot_maubot_port }}/$1;
proxy_pass http://127.0.0.1:{{ matrix_bot_maubot_management_interface_port }}/$1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
{% endif %}