2024-01-31 10:20:03 +01:00
|
|
|
{
|
|
|
|
|
"manifests": {
|
|
|
|
|
"webindustry/redirector-bundle": {
|
|
|
|
|
"manifest": {
|
|
|
|
|
"bundles": {
|
|
|
|
|
"RedirectorBundle\\RedirectorBundle": [
|
|
|
|
|
"all"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"copy-from-recipe": {
|
|
|
|
|
"config/": "%CONFIG_DIR%"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"files": {
|
|
|
|
|
"config/packages/redirector-bundle.yaml": {
|
|
|
|
|
"contents": [
|
|
|
|
|
"redirector:",
|
2024-01-31 14:38:54 +01:00
|
|
|
" redirect_subdomain: null # null | nwww_to_www | www_to_nwww",
|
|
|
|
|
" force_protocol: null # null | http | https",
|
|
|
|
|
" # exclude_redirect_subdomain: # optional",
|
|
|
|
|
" # - example.com"
|
2024-01-31 10:20:03 +01:00
|
|
|
],
|
|
|
|
|
"executable": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"ref": "6445f2743fdb027ecd724347561bd44b6901b1b8"
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-01-31 11:24:37 +01:00
|
|
|
}
|