table { 127.0.0.1 } table { 127.0.0.1 } http protocol https { match request header append "X-Forwarded-For" value "$REMOTE_ADDR" match request header append "X-Forwarded-By" \ value "$SERVER_ADDR:$SERVER_PORT" match request header set "Connection" value "close" match response header set "X-Frame-Options" value "SAMEORIGIN" pass request path "/grafana-dashboards/*" forward to tls keypair "{{ icingaweb2_vhost }}" tcp { sack, backlog 128 } } relay wwwtls { listen on 0.0.0.0 port 443 tls protocol https forward to port 8080 forward to port 3000 }