Uncommented the config

This commit is contained in:
Tobias Nyholm
2017-05-23 12:11:14 +02:00
parent a62b1cb801
commit 66f72b9ac5
3 changed files with 16 additions and 23 deletions
@@ -0,0 +1,16 @@
httplug:
plugins:
logger:
enabled: true
redirect:
preserve_header: true
discovery:
client: 'auto'
clients:
acme:
http_methods_client: true
plugins:
- 'httplug.plugin.logger'
- 'httplug.plugin.redirect'
@@ -0,0 +1,8 @@
{
"bundles": {
"Http\\HttplugBundle\\HttplugBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}