]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - mod_uploadprogress.conf
- updated to 1.4.73, build with lua54
[packages/lighttpd.git] / mod_uploadprogress.conf
1 # Upload Progress module.
2 #
3 # Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUploadProgress
4
5 server.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"