summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--images/router/nginx/http.off/matrix2
-rw-r--r--images/router/nginx/http.off/pad2
-rw-r--r--images/router/nginx/http/git2
-rw-r--r--images/router/nginx/http/paste2
-rw-r--r--images/router/nginx/http/znc2
5 files changed, 5 insertions, 5 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;
diff --git a/images/router/nginx/http/git b/images/router/nginx/http/git
index 0b14c54..8f9e2a0 100644
--- a/images/router/nginx/http/git
+++ b/images/router/nginx/http/git
@@ -2,7 +2,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
- server_name g.tx0.co git.tx0.co;
+ server_name g.* git.*;
include snippets/ssl_http;
include snippets/wellknown;
diff --git a/images/router/nginx/http/paste b/images/router/nginx/http/paste
index 4e0c75b..f91b1ba 100644
--- a/images/router/nginx/http/paste
+++ b/images/router/nginx/http/paste
@@ -2,7 +2,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
- server_name tx0.co p.tx0.co paste.tx0.co;
+ server_name tx0.co p.* paste.*;
include snippets/ssl_http;
include snippets/wellknown;
diff --git a/images/router/nginx/http/znc b/images/router/nginx/http/znc
index 6028ca9..2809f23 100644
--- a/images/router/nginx/http/znc
+++ b/images/router/nginx/http/znc
@@ -2,7 +2,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
- server_name z.tx0.co znc.tx0.co;
+ server_name z.* znc.*;
include snippets/ssl_http;
include snippets/wellknown;