Fix the default upload directory for lighttpd (#2224)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 20 Aug 2007 14:09:23 +0000 (14:09 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 20 Aug 2007 14:09:23 +0000 (14:09 +0000)
SVN-Revision: 8441

net/lighttpd/files/lighttpd.conf

index 6e5137740ed0af0e6776362b4c0cbcbfd565ae0e..4e242a6d63a6d2812c244e5b959ef3f3ef2070ad 100644 (file)
@@ -115,6 +115,8 @@ server.pid-file = "/var/run/lighttpd.pid"
 
 ## change uid to <uid> (default: don't care)
 #server.username = "nobody"
+#
+server.upload-dirs = ( "/tmp" )
 
 ## change uid to <uid> (default: don't care)
 #server.groupname = "nobody"