diff options
Diffstat (limited to 'images/router/nginx/http/paste')
-rw-r--r-- | images/router/nginx/http/paste | 2 |
1 files changed, 1 insertions, 1 deletions
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; |