Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-03-10 09:14:48 +0300
committerChris Rebert <code@rebertia.com>2015-03-10 09:14:48 +0300
commit9e1dda04653aed0ef4685f51b40fbc27d30d0446 (patch)
tree1dbc0d2ff9e06693cb21a7be531af3762f5e1e3f
parent19dd0696910a2d4b9fd2686201a839b8002a83c8 (diff)
set `Server` HTTP header
-rw-r--r--src/main/resources/application.conf1
1 files changed, 1 insertions, 0 deletions
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
}