We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0da366b + f528e7d commit 2cd8cdcCopy full SHA for 2cd8cdc
dashboard-visualiser-jsreport/config/http-jsreport-insecure.conf
@@ -1,6 +1,5 @@
1
server {
2
listen 5488;
3
- server_tokens off;
4
5
location / {
6
proxy_pass http://dashboard-visualiser-jsreport:5488;
dashboard-visualiser-jsreport/config/http-jsreport-secure.conf
@@ -1,7 +1,6 @@
listen 80;
- server_name reports.domain_name;
+ server_name reports.*;
location /.well-known/acme-challenge/ {
7
resolver 127.0.0.11 valid=30s;
@@ -16,8 +15,7 @@ server {
16
15
17
listen 443 ssl;
18
listen [::]:443 ssl;
19
20
21
22
23
0 commit comments