From 6bfe2a96fc69fbc8d60a4f46269d18170948c8a6 Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 28 Oct 2025 16:22:51 -0500 Subject: [PATCH] / http2 change http2" directive is deprecated, use the "http2" directive instead --- cfg/ngx/hw.op.fo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/ngx/hw.op.fo.conf b/cfg/ngx/hw.op.fo.conf index cb1d146..9b0206e 100644 --- a/cfg/ngx/hw.op.fo.conf +++ b/cfg/ngx/hw.op.fo.conf @@ -24,8 +24,8 @@ server { # hw.op.fo server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; http2 on; ssl_certificate /etc/nginx/acme.sh/op.fo/fullchain.pem;