Hi,
I am trying to make grafana public facing
I added the following lines in the config file:
The http port to use
http_port = 3000
The public facing domain name used to access grafana from a browser
enforce_domain = false
The full public facing url
#root_url = %(protocol)s://%(domain)s:%(http_port)s/grafana
root_url = %(protocol)s://%(domain)s/grafana
and now trying to hit this URL, but this is not working
https://abc.com/grafana
Please help