diff --git a/manifests/init.pp b/manifests/init.pp index 3cfca35..c8006cb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -377,7 +377,7 @@ class mastodon ( add_listen => false, ip => '0.0.0.0', port => 80, - docroot => '', + docroot => "${mastodon_home}/live/public", redirect_status => 'permanent', redirect_dest => "https://${hostname}/", server_signature => false,