diff options
-rw-r--r-- | satellit_installer/static_files/lighttpd/etc/lighttpd/lighttpd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/satellit_installer/static_files/lighttpd/etc/lighttpd/lighttpd.conf b/satellit_installer/static_files/lighttpd/etc/lighttpd/lighttpd.conf index 4263d21..93bd873 100644 --- a/satellit_installer/static_files/lighttpd/etc/lighttpd/lighttpd.conf +++ b/satellit_installer/static_files/lighttpd/etc/lighttpd/lighttpd.conf @@ -36,6 +36,9 @@ include_shell "/usr/share/lighttpd/auto-ssl.sh" $HTTP["url"] =~ "^/cow/" { proxy.server = ( "" => (( "host" => "127.0.0.1", "port" => 9080 )) ) } +$HTTP["url"] =~ "^/thrift/" { + proxy.server = ( "" => (( "host" => "127.0.0.1", "port" => 9081 )) ) +} url.rewrite-once = ( "^/*boot/+([a-z0-9_/-]+)/+config$" => "/slx-admin/api.php?do=getconfig&type=$1", |