From 636692fbb3a36e7f6a6a83af106f040f8e0967be Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 20 Mar 2019 16:52:06 -0400 Subject: [PATCH] The Hive - Reverse Proxy config --- salt/hive/thehive/etc/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/hive/thehive/etc/application.conf b/salt/hive/thehive/etc/application.conf index 1f27ac70d..1fd4b4816 100644 --- a/salt/hive/thehive/etc/application.conf +++ b/salt/hive/thehive/etc/application.conf @@ -4,7 +4,7 @@ # The secret key is used to secure cryptographic functions. # WARNING: If you deploy your application on several servers, make sure to use the same key. play.http.secret.key="letsdewdis" -play.http.context=\/thehive\/ +play.http.context=/thehive/ # Elasticsearch search {