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' => '!' }, ],