diff options
Diffstat (limited to 'abs/extra/shellinabox/shellinaboxd.include')
-rw-r--r-- | abs/extra/shellinabox/shellinaboxd.include | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/abs/extra/shellinabox/shellinaboxd.include b/abs/extra/shellinabox/shellinaboxd.include index c4c11bd..8d2befa 100644 --- a/abs/extra/shellinabox/shellinaboxd.include +++ b/abs/extra/shellinabox/shellinaboxd.include @@ -1,10 +1,7 @@ #proxy for shellinaboxd -proxy.server = ( "/shell/" => - ( "localhost" => - ( - "host" => "127.0.0.1", - "port" => 4200 - ) - ) -) +$HTTP["url"] =~ "/shell/" { + proxy.server = ( "" => ( + ("host" => "127.0.0.1", "port" => 4200) + )) +} |