From: florian Date: Mon, 20 Aug 2007 14:09:23 +0000 (+0000) Subject: Fix the default upload directory for lighttpd (#2224) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e30654255e10155731552481af62fb668aea1007;p=packages.git Fix the default upload directory for lighttpd (#2224) git-svn-id: svn://svn.openwrt.org/openwrt/packages@8441 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/lighttpd/files/lighttpd.conf b/net/lighttpd/files/lighttpd.conf index 6e5137740..4e242a6d6 100644 --- a/net/lighttpd/files/lighttpd.conf +++ b/net/lighttpd/files/lighttpd.conf @@ -115,6 +115,8 @@ server.pid-file = "/var/run/lighttpd.pid" ## change uid to (default: don't care) #server.username = "nobody" +# +server.upload-dirs = ( "/tmp" ) ## change uid to (default: don't care) #server.groupname = "nobody"