Coma

COMA Docs

COMA Reverse Proxy Setup

Configure a reverse proxy for COMA Media Server with HTTPS, forwarded headers, API pass-through and static asset caching.

Steps

  1. Point the hostname to your proxy.
  2. Proxy requests to the local COMA service.
  3. Pass WebSocket and forwarded headers where required.
  4. Do not cache /api/* responses.
your-domain.example {
    reverse_proxy 127.0.0.1:31314
}

Before you continue

Confirm your licence is active, your server is claimed to the right COMA cloud account, and any reverse proxy or Cloudflare rule leaves /api/* uncached.

Related docs