- What Grafana version and what operating system are you using?
Loki 2.9.4
This Loki installed in Openshift.
- What are you trying to achieve?
Security issue Unnecessary Http Response Headers found in the Application - How are you trying to achieve it?
Followed this link: How to remove the Server header in NGINX - GetPageSpeed
Tried to add below line doesn’t fix the issue.
server_tokens off;
I used Loki chart to install Loki Openshift, so I can’t install other needed plugins like
nginx-module-security-headers
So can’t use other parameter
-
What happened?
-
What did you expect to happen?
The way how to fix this security issue by Loki Helm chart install -
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?