Recipe per redirector-bundle
This commit is contained in:
14
index.json
Normal file
14
index.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"recipes": {
|
||||||
|
"webindustry/redirector-bundle": [
|
||||||
|
"2.0"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"branch": "master",
|
||||||
|
"is_contrib": true,
|
||||||
|
"_links": {
|
||||||
|
"repository": "repo.webindustry.it/webindustry/symfony-recipes",
|
||||||
|
"origin_template": "{package}:{version}@repo.webindustry.it/webindustry/symfony-recipes:master",
|
||||||
|
"recipe_template": "https://repo.webindustry.it/webindustry/symfony-recipes/raw/branch/master/{package_dotted}.{version}.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
27
webindustry.redirector-bundle.2.0.json
Normal file
27
webindustry.redirector-bundle.2.0.json
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"manifests": {
|
||||||
|
"webindustry/redirector-bundle": {
|
||||||
|
"manifest": {
|
||||||
|
"bundles": {
|
||||||
|
"RedirectorBundle\\RedirectorBundle": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": {
|
||||||
|
"config/packages/redirector-bundle.yaml": {
|
||||||
|
"contents": [
|
||||||
|
"redirector:",
|
||||||
|
" redirect_subdomain: ~ # nwww_to_www | www_to_nwww",
|
||||||
|
" force_protocol: ~ # http | https"
|
||||||
|
],
|
||||||
|
"executable": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ref": "6445f2743fdb027ecd724347561bd44b6901b1b8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user