An example nginx config that serves as a proxy to Mixpanel's Ingestion API and JavaScript library endpoints. To learn more, visit our Self-Hosted Tracking Docs.
There are a few ways you can use this repo to deploy a server that can be use to proxy Mixpanel API requests: one-click deploy to cloud, build a docker image, or copy and paste the nginx settings to your own nginx config file.
Assuming you have Docker installed on your system, you can do the following:
docker build -t mixpanel-proxy .docker run --name my-tracking-proxy -d -p 8080:80 mixpanel-proxyhttp://localhost:8080For production, you would deploy this docker image to whatever servers you run your production services on.
If you already have servers running nginx, you can copy and paste the locations from the nginx.conf file in this repo and adjust the locations to match your preference.
Content type
Image
Digest
Size
51.2 MB
Last updated
over 5 years ago
docker pull tiwariav/mixpanel-tracking-proxy