Set webirc backend to https
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

Ergo rightfully does not accept plain text websocket connections.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-02-06 14:20:19 +01:00
parent 82cad3b099
commit 70ca4fabc8
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -31,7 +31,7 @@
{#- application specific macros #} {#- application specific macros #}
{%- macro lcwebirc(port, indentinner) -%} {%- macro lcwebirc(port, indentinner) -%}
- location /webirc: - location /webirc:
- proxy_pass: http://[2a01:4f8:11e:2200::cafe]:{{ port }} - proxy_pass: https://[2a01:4f8:11e:2200::cafe]:{{ port }}
- proxy_http_version: 1.1 - proxy_http_version: 1.1
{{ proxyheaders_upgrade() | indent(16) }} {{ proxyheaders_upgrade() | indent(16) }}
- proxy_set_header: X-Forwarded-For $remote_addr - proxy_set_header: X-Forwarded-For $remote_addr