From f4bbcac8b0dedfa21deeaa91022c3c26fa8d4a19 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 19:28:03 +0200 Subject: [PATCH] fix proxy pass --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index edde3b8..2eee0c6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -325,7 +325,7 @@ class mastodon ( 'http/1.1', ], protocols_honor_order => true, - proxy_dest => [ + proxy_pass => [ { 'path' => '/500.html', 'url' => '!' }, { 'path' => '/sw.js', 'url' => '!' }, { 'path' => '/robots.txt', 'url' => '!' },