Fix the default upload directory for lighttpd (#2224)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8441 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-08-20 14:09:23 +00:00
parent cfc2304dc7
commit e30654255e

View 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"