Recipe per redirector-bundle

This commit is contained in:
Giuseppe Fabiano
2024-01-31 10:20:03 +01:00
commit 8bd35ce882
2 changed files with 41 additions and 0 deletions

View 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"
}
}
}