Tipscorner

Tipps und Tricks für verschiedene Dinge im Leben

Archive for Juli 2017

How to install Sentry on Google Cloud Platform with Nginx as proxy

leave a comment »


Running on Debian 3.16.0-4-amd64 on Google Cloud Platform

Install Docker

https://docs.docker.com/engine/installation/linux/debian/

Install docker-compose

https://docs.docker.com/compose/install/

Install Sentry

You reach your fresh installed Sentry under

http://localhost:9000

 

Sentry, SSL and Nginx

If you’re using SSL, you’ll also need to set the following in sentry.conf.py:

SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')

Written by MrT

Juli 5, 2017 at 12:04

Veröffentlicht in Uncategorized