Skip to content
Snippets Groups Projects
Commit 7d7dda9a authored by Corné Lukken's avatar Corné Lukken
Browse files

Must serve from sub_path

parent ba206760
No related branches found
No related tags found
No related merge requests found
Pipeline #96084 passed
...@@ -87,6 +87,8 @@ job "grafana" { ...@@ -87,6 +87,8 @@ job "grafana" {
env { env {
GF_SERVER_DOMAIN = "monitoring.lofar.net" GF_SERVER_DOMAIN = "monitoring.lofar.net"
GF_SERVER_ROOT_URL = "%(protocol)s://%(domain)s:%(http_port)s/"
GF_SERVER_SERVE_FROM_SUB_PATH = "true"
GF_DATABASE_TYPE = "postgres" GF_DATABASE_TYPE = "postgres"
GF_DATABASE_HOST = "localhost:5432" GF_DATABASE_HOST = "localhost:5432"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment