diff mbox series

[OpenWrt-Devel,2/2] services/uhttpd: Disable option -M for Last-Modified header

Message ID 20180702125210.9749-2-fe@dev.tdt.de
State Superseded
Headers show
Series [OpenWrt-Devel,1/2] services/uhttpd: add -M option for Last-Modified header sending | expand

Commit Message

Florian Eckert July 2, 2018, 12:52 p.m. UTC
Make Last-Modified header configurable over uci.
If option is not set then send Last-Modified header.
This is the equal to the behaviour as before this option was added.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
---
 package/network/services/uhttpd/files/uhttpd.init | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/network/services/uhttpd/files/uhttpd.init b/package/network/services/uhttpd/files/uhttpd.init
index 47270bcc15..2367ac137f 100755
--- a/package/network/services/uhttpd/files/uhttpd.init
+++ b/package/network/services/uhttpd/files/uhttpd.init
@@ -127,6 +127,7 @@  start_instance()
 	append_bool "$cfg" no_symlinks "-S" 0
 	append_bool "$cfg" no_dirlists "-D" 0
 	append_bool "$cfg" rfc1918_filter "-R" 0
+	append_bool "$cfg" no_last_modified_header "-M" 0
 
 	config_get alias_list "$cfg" alias
 	for alias in $alias_list; do