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

github.com/twbs/savage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-03-10 09:14:12 +0300
committerChris Rebert <code@rebertia.com>2015-03-10 09:14:12 +0300
commit190741cf18a67549e41eb0a64aa1dd34d08e5239 (patch)
treec92800f0813421a101fb4a2225bfc57e6443b884 /src
parent4a23f679bdd50402788fb0a12e252afc44610a00 (diff)
set `Server` HTTP header
Diffstat (limited to 'src')
-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 4ea734d..9a77049 100644
--- a/src/main/resources/application.conf
+++ b/src/main/resources/application.conf
@@ -5,6 +5,7 @@ akka {
spray.can {
server {
+ server-header = "TwbsSavage/0.1 (https://github.com/twbs/savage)"
request-timeout = 5 s
}