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
- Point the hostname to your proxy.
- Proxy requests to the local COMA service.
- Pass WebSocket and forwarded headers where required.
- 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
Install COMA Media Server on Windows, open local admin, connect your account, add libraries and verify web playback.
Open docInstall COMA Media Server With DockerDeploy COMA Media Server with Docker Compose using the Docker ZIP package, environment settings and persistent media paths.
Open docCOMA Remote Access SetupConfigure COMA remote access with public URLs, HTTPS, Cloudflare Tunnel checks, firewall rules and uncached API routes.
Open docCOMA Transcoding SetupPrepare COMA Media Server transcoding with FFmpeg checks, quality options, subtitle guidance and fallback playback modes.
Open doc