summaryrefslogtreecommitdiffstats
path: root/abs/extra/shellinabox/shellinaboxd.include
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-10-16 20:41:16 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-10-16 20:41:16 (GMT)
commit4fb36a904c3818185105d2fe09adc512c46285c7 (patch)
tree56c1deb162824e4695133a955a6022e90282dd79 /abs/extra/shellinabox/shellinaboxd.include
parent2648e999d277eac5c3d331a3609bcc73fafbea71 (diff)
parent36f4b0be52fddbd5f491da90475e69c25bf6903f (diff)
downloadlinhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.zip
linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.tar.gz
linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.tar.bz2
Merge branch 'testing'
Diffstat (limited to 'abs/extra/shellinabox/shellinaboxd.include')
-rw-r--r--abs/extra/shellinabox/shellinaboxd.include7
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra/shellinabox/shellinaboxd.include b/abs/extra/shellinabox/shellinaboxd.include
new file mode 100644
index 0000000..8d2befa
--- /dev/null
+++ b/abs/extra/shellinabox/shellinaboxd.include
@@ -0,0 +1,7 @@
+#proxy for shellinaboxd
+$HTTP["url"] =~ "/shell/" {
+ proxy.server = ( "" => (
+ ("host" => "127.0.0.1", "port" => 4200)
+ ))
+}
+