summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-08-13 20:02:44 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-08-13 20:02:44 (GMT)
commitca30de57458ef2ab90b919281b36e32847ced75e (patch)
treeb05871e484584b2c7fda72cbe09ecb1770842f5a /abs/core/lighttpd/lighttpd.conf
parent56be7b97b04efdfc99fdec91b72262003b28050e (diff)
downloadlinhes_pkgbuild-ca30de57458ef2ab90b919281b36e32847ced75e.zip
linhes_pkgbuild-ca30de57458ef2ab90b919281b36e32847ced75e.tar.gz
linhes_pkgbuild-ca30de57458ef2ab90b919281b36e32847ced75e.tar.bz2
lighttpd: upgrade to 1.4.32; add proxy for shellinaboxd
Diffstat (limited to 'abs/core/lighttpd/lighttpd.conf')
-rw-r--r--abs/core/lighttpd/lighttpd.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/abs/core/lighttpd/lighttpd.conf b/abs/core/lighttpd/lighttpd.conf
index 3fff75c..22180cc 100644
--- a/abs/core/lighttpd/lighttpd.conf
+++ b/abs/core/lighttpd/lighttpd.conf
@@ -152,7 +152,7 @@ static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
#server.bind = "127.0.0.1"
## error-handler for status 404
-server.error-handler-404 = "/404.html"
+server.error-handler-404 = "/index.html"
## to help the rc.scripts
server.pid-file = "/var/run/lighttpd/lighttpd.pid"
@@ -216,6 +216,16 @@ server.groupname = "http"
# )
# )
+#proxy for shellinaboxd
+proxy.server = ( "/shell/" =>
+ ( "localhost" =>
+ (
+ "host" => "127.0.0.1",
+ "port" => 4200
+ )
+ )
+)
+
#### fastcgi module
## read fastcgi.txt for more info
## for PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini