reaper: remove update_devcount call
[MogileFS-Server.git] / doc / lighttpd.conf
blob2a8f09568e253d1e767323cec72432846f70b0ae
1 # You can use lighttpd instead of mogstored on your storage nodes by using
2 # this config:
4 server.document-root = "/var/mogdata/"
5 server.port = 7500
6 server.modules = ( "mod_webdav" )
7 webdav.activate = "enable"
9 # that alone works, but you can add more options as you see fit.
11 # Note that you'll need to find a way to write out your 'usage' files
12 # on each /var/mogdata/dev<n>/usage separately, as mogilefsd monitors
13 # those for disk usage.  A separate tool for this is planned, but
14 # doesn't yet exist.  (for instance, running mogstored in
15 # write-out-usage-file-only mode)