]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd-mod_uploadprogress.conf
- updated to 1.4.45, cleanup
[packages/lighttpd.git] / lighttpd-mod_uploadprogress.conf
diff --git a/lighttpd-mod_uploadprogress.conf b/lighttpd-mod_uploadprogress.conf
new file mode 100644 (file)
index 0000000..e8db906
--- /dev/null
@@ -0,0 +1,16 @@
+# Upload Progress module.
+#
+# Documentation: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUploadProgress
+
+server.modules += (
+       "mod_uploadprogress"
+)
+
+# string, empty by default; use "/progress" (or something else) to enable the module
+#upload-progress.progress-url = "/progress"
+
+# integer, default: 60 seconds
+#upload-progress.remove-timeout = 30
+
+# boolean, default: "disable"
+#upload-progress.debug = "enable"