Module | lighttpd |
In: |
/modules/lighttpd/manifests/init.pp
|
Summary: | lighttpd server module |
Author: | Matthias Saou <matthias@saou.eu> |
License: | Apache License 2.0 |
Updated: | August 2011 |
Trivial configuration to serve listings of the local FTP tree :
class { 'lighttpd': server_document_root => '/var/ftp', dir_listing_activate => 'enable', }