From b82696ead2e7d68b4c48cfcc165daab2efebcafa Mon Sep 17 00:00:00 2001 From: bcoles Date: Wed, 1 May 2013 16:43:26 +0930 Subject: [PATCH] Enabled web server imitation by default The time has come. This feature has been stable for a while. --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 3c7e2f211..0cf0ff621 100644 --- a/config.yaml +++ b/config.yaml @@ -43,7 +43,7 @@ beef: # Imitate a specified web server (default root page, 404 default error page, 'Server' HTTP response header) web_server_imitation: - enable: false + enable: true type: "apache" #supported: apache, iis # Experimental HTTPS support for the hook / admin / all other Thin managed web services