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