I have Sentry Onpremise running in an EC2 instance… I created a load balancer for SSL with points to http port 9000 for sentry. This seems to work fine except int he sentry web interface, it is giving me an http url with port 9000 for the dsn… While this is not hurting operation, it will be confusing to some as the dsn in the application is set to “https://xxxxxxxxxxxx@sentry.example.com/2”
Is there an easy way to get onpremise using port 80 rather than 9000? I see in config.yml there is “system.url-prefix” and in sentry.conf.py there is “SENTRY_WEB_PORT = 9000”… Can I just change those for port 80?