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:
parent
cfc2304dc7
commit
e30654255e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user