From ba164687c4daaac8a44e43ff2a4b3e199f8edb42 Mon Sep 17 00:00:00 2001 From: fro Date: Thu, 30 Oct 2025 07:13:10 -0500 Subject: [PATCH] / wa.fo wip --- cfg/ngx/wa.fo.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cfg/ngx/wa.fo.conf b/cfg/ngx/wa.fo.conf index 292a3fc..ad96779 100644 --- a/cfg/ngx/wa.fo.conf +++ b/cfg/ngx/wa.fo.conf @@ -38,8 +38,9 @@ server { # * ➔ bare domain (https) server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; + http2 on; ssl_certificate /etc/nginx/acme.sh/wa.fo/fullchain.pem; ssl_certificate_key /etc/nginx/acme.sh/wa.fo/key.pem;