moved etc/ to config/ and web/ to public/

This commit is contained in:
Fabien Potencier
2017-07-03 15:36:01 +03:00
parent b19c3fd4c8
commit 11c3e5eac1
48 changed files with 23 additions and 23 deletions
@@ -0,0 +1,16 @@
httplug:
plugins:
logger:
enabled: '%kernel.debug%' # Set to true if you want enable logging in production
redirect:
preserve_header: true
discovery:
client: 'auto'
clients:
app:
http_methods_client: true
plugins:
- 'httplug.plugin.logger'
- 'httplug.plugin.redirect'