Revision d03f2faa
Added by Scott Ullrich almost 19 years ago
etc/inc/system.inc | ||
---|---|---|
790 | 790 |
#compress.cache-dir = "/tmp/lighttpd/cache/compress/" |
791 | 791 |
#compress.filetype = ("text/plain", "text/html") |
792 | 792 |
|
793 |
server.upload-dirs = ( "{$g['upload_path']}", "/tmp" ) |
|
794 |
|
|
795 | 793 |
#server.network-backend = "writev" |
796 | 794 |
|
797 | 795 |
server.upload-dirs = ( "{$g['upload_path']}" ) |
Also available in: Unified diff
Don't duplicate upload-dirs lighttpd directive