From dcce28310177a0b9e446098c4ce30f44f92dc0c9 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 28 Nov 2023 19:28:49 +0200 Subject: [PATCH] fix proxy pass match --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 2eee0c6..29623b5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -337,7 +337,7 @@ class mastodon ( { 'path' => '/api/v1/streaming', 'url' => 'ws://localhost:4000' }, { 'path' => '/', 'url' => 'http://localhost:3000/' }, ], - proxy_dest_match => [ + proxy_pass_match => [ { 'path' => '^(/.*\.(png|ico)$)', 'url' => '!' }, { 'path' => '^/(assets|avatars|emoji|headers|packs|sounds|system)', 'url' => '!' }, ],