fromedwin / monitor

No code Prometheus setup for instance down monitoring
https://fromedwin.com
MIT License
1 stars 1 forks source link

Migrate NGINX to folder base urls #1

Closed sebastienbarbier closed 2 years ago

sebastienbarbier commented 3 years ago

Having NGINX expecting subdomains like http://local.django.sebastienbarbier.com or http://local.grafana.sebastienbarbier.com add an extra step to run locally aka setting /etc/hosts.

One solution should be to use localhost as url then different path to access applications like http://localhost/django or http://localhost/grafana.

Applications need to be set with the proper baseurl.