summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-08-14 13:55:07 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-08-14 13:55:07 (GMT)
commitc3cf667476326127e9f71bd7ec7fb4af5eb7def8 (patch)
tree353f5efea4b4c90660370da2b43e521a3d54d01f /abs/core/lighttpd/lighttpd.conf
parent7c242e44e6422be3d4cfffaaaa18cb78634762cb (diff)
downloadlinhes_pkgbuild-c3cf667476326127e9f71bd7ec7fb4af5eb7def8.zip
linhes_pkgbuild-c3cf667476326127e9f71bd7ec7fb4af5eb7def8.tar.gz
linhes_pkgbuild-c3cf667476326127e9f71bd7ec7fb4af5eb7def8.tar.bz2
lighttpd: move proxy for shellinabox from lighttpd.conf to shellinabox pkg
Diffstat (limited to 'abs/core/lighttpd/lighttpd.conf')
-rw-r--r--abs/core/lighttpd/lighttpd.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/core/lighttpd/lighttpd.conf b/abs/core/lighttpd/lighttpd.conf
index 22180cc..0d8becd 100644
--- a/abs/core/lighttpd/lighttpd.conf
+++ b/abs/core/lighttpd/lighttpd.conf
@@ -216,16 +216,6 @@ 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