mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
moved etc/ to config/ and web/ to public/
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user