|
NAMEPlack::App::Directory - Serve static files from document root with directory indexSYNOPSIS# app.psgi use Plack::App::Directory; my $app = Plack::App::Directory->new({ root => "/path/to/htdocs" })->to_app; DESCRIPTIONThis is a static file server PSGI application with directory index a la Apache's mod_autoindex.CONFIGURATION
AUTHORTatsuhiko MiyagawaSEE ALSOPlack::App::File
Visit the GSP FreeBSD Man Page Interface. |