add docroot

This commit is contained in:
Antonio J. Delgado 2023-11-28 19:46:54 +02:00
parent fe105f73c9
commit 35cbf36bab

View file

@ -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,