From fabd6648d218cfb58a3d781d86dddd8ea99696e9 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 19:45:13 +0200 Subject: [PATCH] remote protocols --- manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 3cfca35..4bcfaab 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -320,10 +320,10 @@ class mastodon ( proxy_add_headers => true, port => 443, priority => 15, - protocols => [ - 'h2', - 'http/1.1', - ], + # protocols => [ + # 'h2', + # 'http/1.1', + # ], protocols_honor_order => true, proxy_pass => [ { 'path' => '/500.html', 'url' => '!' },