diff options
author | System administrator | 2017-05-31 17:39:59 +0200 |
---|---|---|
committer | System administrator | 2017-05-31 17:39:59 +0200 |
commit | 03a34ff8dfd9790bf19f681265e9a6e40e78b9b3 (patch) | |
tree | af34b7439731df710c1abe939c2434774113ae83 /images/router/nginx/http | |
parent | bc5c44dd049bad3b007be48b3f8d90886d63c105 (diff) | |
download | server-03a34ff8dfd9790bf19f681265e9a6e40e78b9b3.tar.gz server-03a34ff8dfd9790bf19f681265e9a6e40e78b9b3.tar.xz server-03a34ff8dfd9790bf19f681265e9a6e40e78b9b3.zip |
Replace tx0.co with wildcard globs where possible
Diffstat (limited to 'images/router/nginx/http')
-rw-r--r-- | images/router/nginx/http/git | 2 | ||||
-rw-r--r-- | images/router/nginx/http/paste | 2 | ||||
-rw-r--r-- | images/router/nginx/http/znc | 2 |
3 files changed, 3 insertions, 3 deletions
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; |