使用了多層的代理方式,一層沒有此問題
錯誤
WebSocket connection to ‘wss://ip地址/grafana01/api/live/ws’ failed:
日志報錯
msg=“Request Completed” method=GET path=/api/live/ws status=403
解決方式
# allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live.
# If not set then origin will be matched over root_url. Supports wildcard symbol "*".
allowed_origins ="*"