From 392cde313f722603249352ce360e33221e302bdd Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 22 Mar 2019 13:44:55 -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 8be7ea8d6..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.contex=/thehive/ +play.http.context=/thehive/ # Elasticsearch search {