Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Reverse proxy

Working with reverse proxies (HAProxy, Nginx, etc)#

Configuring list allowed proxies#

Set list in system_config/crossbar, key reverse_proxies. Values can be: - single ip address ("192.168.0.1"); - single ip address in CIDR notation ("192.168.0.1/32") - network in CIDR notation ("192.168.0.0/24")

Configuration reverse proxy#

Reverse proxy must set "X-Forwarded-For" header. - HAProxy - Nginx + add proxy_set_header X-Forwarded-For $remote_addr; - Apache 2.2