my $dir = dirname(__FILE__);
plugin 'DirectoryServer', root => $dir, auto_index => 0;
use Test::More tests => 2;
my $t = Test::Mojo->new;
$t->get_ok('/')->status_is(404);