summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-01 18:08:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-01 18:08:42 +0000
commit1ef7b568dbc875be4c2734d1e3df3fc9f0bbb747 (patch)
treebf12f5a3c920356c1ebe9b29a59918dc9949dd7f /etc/inc/system.inc
parent9503c25e0826215c5bbb63a419c34aa902dbdd2f (diff)
downloadpfsense-1ef7b568dbc875be4c2734d1e3df3fc9f0bbb747.zip
pfsense-1ef7b568dbc875be4c2734d1e3df3fc9f0bbb747.tar.gz
* Move lighty upload to a definable globals.inc value upload_path
* Use new upload_path for firmware updates This in combination with 128 megabyte embedded images should fix the dreaded upgrade problem for the embedded platform.
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index eccb160..195ae04 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -790,6 +790,8 @@ debug.log-file-not-found = "disable"
#compress.cache-dir = "/tmp/lighttpd/cache/compress/"
#compress.filetype = ("text/plain", "text/html")
+server.upload-dirs = ( "{$g['upload_path']}" )
+
{$fastcgi_config}
{$cgi_config}
OpenPOWER on IntegriCloud