summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/nginx/headscale-tls.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/files/nginx/headscale-tls.conf')
-rw-r--r--modules/tozt/files/nginx/headscale-tls.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tozt/files/nginx/headscale-tls.conf b/modules/tozt/files/nginx/headscale-tls.conf
index 392264d..357c38b 100644
--- a/modules/tozt/files/nginx/headscale-tls.conf
+++ b/modules/tozt/files/nginx/headscale-tls.conf
@@ -6,6 +6,7 @@ map $http_upgrade $connection_upgrade {
server {
listen 443 ssl http2;
+ listen [::]:443 ssl http2;
server_name headscale.tozt.net;
access_log /var/log/nginx/headscale.access.log;