summaryrefslogtreecommitdiff
path: root/images/router/nginx/http.off
diff options
context:
space:
mode:
Diffstat (limited to 'images/router/nginx/http.off')
-rw-r--r--images/router/nginx/http.off/matrix2
-rw-r--r--images/router/nginx/http.off/pad2
2 files changed, 2 insertions, 2 deletions
diff --git a/images/router/nginx/http.off/matrix b/images/router/nginx/http.off/matrix
index cedd917..33185fd 100644
--- a/images/router/nginx/http.off/matrix
+++ b/images/router/nginx/http.off/matrix
@@ -2,7 +2,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
- server_name m.tx0.co;
+ server_name m.*;
include snippets/ssl;
include snippets/wellknown;
diff --git a/images/router/nginx/http.off/pad b/images/router/nginx/http.off/pad
index 4aa0e2e..5649d47 100644
--- a/images/router/nginx/http.off/pad
+++ b/images/router/nginx/http.off/pad
@@ -2,7 +2,7 @@ server {
listen 443 ssl;
listen [::]:443 ssl;
- server_name pad.tx0.co;
+ server_name pad.*;
include snippets/ssl;
include snippets/wellknown;