From fe105f73c968d73712589b0aa031e74b7f176ff1 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 19:46:29 +0200 Subject: [PATCH] add protocols --- manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 4bcfaab..3cfca35 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' => '!' },