From 9e1dda04653aed0ef4685f51b40fbc27d30d0446 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 9 Mar 2015 23:14:48 -0700 Subject: set `Server` HTTP header --- src/main/resources/application.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 50f18c6..64ff160 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -5,6 +5,7 @@ akka { spray.can { server { + server-header = "TwbsRorschach/0.1 (https://github.com/twbs/rorschach)" request-timeout = 5 s } -- cgit v1.2.3