summaryrefslogtreecommitdiffstats
path: root/deployment/http/lighttpd/10-proxy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/http/lighttpd/10-proxy.conf')
-rw-r--r--deployment/http/lighttpd/10-proxy.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/deployment/http/lighttpd/10-proxy.conf b/deployment/http/lighttpd/10-proxy.conf
new file mode 100644
index 00000000..71a008ed
--- /dev/null
+++ b/deployment/http/lighttpd/10-proxy.conf
@@ -0,0 +1,8 @@
+proxy.server = ( "/onap" =>
+ (
+ ( "host" => "127.0.0.1",
+ "port" => 8080
+ )
+ )
+ )
+