From 4725b4c8c262900457cb0d6c3cb5b47f34de3b00 Mon Sep 17 00:00:00 2001 From: Francesco Camuffo Date: Mon, 8 Feb 2021 22:33:46 +0100 Subject: [PATCH] Listen on IPv6 too --- content/posts/Host Searx on OpenBSD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/Host Searx on OpenBSD.md b/content/posts/Host Searx on OpenBSD.md index 0534d87..2151bbc 100644 --- a/content/posts/Host Searx on OpenBSD.md +++ b/content/posts/Host Searx on OpenBSD.md @@ -150,6 +150,7 @@ http { server { listen 443 ssl; + listen [::]:443 ssl; server_name searx.fmac.xyz; ssl_protocols TLSv1.2 TLSv1.3; -- 2.30.2