From 687dfae6b228c7f2614754a0ad65c72f3b61ae4a Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 24 Jun 2024 23:54:23 -0700 Subject: [PATCH] Add brackets for consistency Signed-off-by: Tommy --- etc/nginx/conf.d/sites_uptime-kuma.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/nginx/conf.d/sites_uptime-kuma.conf b/etc/nginx/conf.d/sites_uptime-kuma.conf index d33fd47..3b6801c 100644 --- a/etc/nginx/conf.d/sites_uptime-kuma.conf +++ b/etc/nginx/conf.d/sites_uptime-kuma.conf @@ -3,8 +3,8 @@ server { listen ipv4_1:443 quic reuseport; listen ipv4_1:443 ssl; - listen ipv6_1:443 quic reuseport; - listen ipv6_1:443 ssl; + listen [ipv6_1]:443 quic reuseport; + listen [ipv6_1]:443 ssl; server_name uptime.yourdomain.tld;