Skip to content

Commit f528e7d

Browse files
committed
Removed server tokens
1 parent 1a4af76 commit f528e7d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

dashboard-visualiser-jsreport/config/http-jsreport-insecure.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
server {
22
listen 5488;
3-
server_tokens off;
43

54
location / {
65
proxy_pass http://dashboard-visualiser-jsreport:5488;

dashboard-visualiser-jsreport/config/http-jsreport-secure.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
server {
22
listen 80;
33
server_name reports.*;
4-
server_tokens off;
54

65
location /.well-known/acme-challenge/ {
76
resolver 127.0.0.11 valid=30s;
@@ -17,7 +16,6 @@ server {
1716
listen 443 ssl;
1817
listen [::]:443 ssl;
1918
server_name reports.*;
20-
server_tokens off;
2119

2220
location /.well-known/acme-challenge/ {
2321
resolver 127.0.0.11 valid=30s;

0 commit comments

Comments
 (0)