add docroot
This commit is contained in:
parent
fe105f73c9
commit
35cbf36bab
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ class mastodon (
|
||||||
add_listen => false,
|
add_listen => false,
|
||||||
ip => '0.0.0.0',
|
ip => '0.0.0.0',
|
||||||
port => 80,
|
port => 80,
|
||||||
docroot => '',
|
docroot => "${mastodon_home}/live/public",
|
||||||
redirect_status => 'permanent',
|
redirect_status => 'permanent',
|
||||||
redirect_dest => "https://${hostname}/",
|
redirect_dest => "https://${hostname}/",
|
||||||
server_signature => false,
|
server_signature => false,
|
||||||
|
|
Loading…
Reference in a new issue