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