Set webirc backend to https
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
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:
parent
82cad3b099
commit
70ca4fabc8
@ -31,7 +31,7 @@
|
||||
{#- application specific macros #}
|
||||
{%- macro lcwebirc(port, indentinner) -%}
|
||||
- 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
|
||||
{{ proxyheaders_upgrade() | indent(16) }}
|
||||
- proxy_set_header: X-Forwarded-For $remote_addr
|
||||
|
Loading…
Reference in New Issue
Block a user