Page MenuHomePhabricator

Move prometheus entry point off port 80
Closed, InvalidPublic

Description

Currently nginx listens on port 80 and reverse-proxies to prometheus instances on the local machine, though there's no reason other than convenience why that's the case. Nginx should run on a non privileged port as non-root instead.

Event Timeline

fgiunchedi triaged this task as Medium priority.Dec 5 2016, 7:53 PM

We're moving Prometheus on its own dedicated hosts everywhere, I see no reason not to leave the current entry point as is now (also we moved to apache in the meantime)