From 4118cdf9810c68c89ba013172aa7e7e451556ab4 Mon Sep 17 00:00:00 2001 From: PhiBo Date: Tue, 29 Nov 2016 23:06:44 +0100 Subject: [PATCH] conf/http - Update config example --- conf/services/http.yaml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/services/http.yaml.in b/conf/services/http.yaml.in index e3d3dec0..788fdb06 100644 --- a/conf/services/http.yaml.in +++ b/conf/services/http.yaml.in @@ -15,6 +15,7 @@ - ["Content-Length", "{content_length}"] - ["Connection", "{connection}"] - ["X-Powered-By", "PHP/5.5.9-1ubuntu4.5"] + # soap_enabled: false template: # set to true to enable template processing # this feature requires jinja2 template engine http://jinja.pocoo.org/