]> git.pld-linux.org Git - packages/lighttpd.git/blame - mod_uploadprogress.conf
add mod_vhostdb_pgsql build
[packages/lighttpd.git] / mod_uploadprogress.conf
CommitLineData
64fc1589
ER
1# Upload Progress module.
2#
3# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUploadProgress
4
5server.modules += (
6 "mod_uploadprogress"
7)
8
9# string, empty by default; use "/progress" (or something else) to enable the module
10#upload-progress.progress-url = "/progress"
11
12# integer, default: 60 seconds
13#upload-progress.remove-timeout = 30
14
15# boolean, default: "disable"
16#upload-progress.debug = "enable"
This page took 0.06515 seconds and 4 git commands to generate.