{ "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: '%env(REDIRECT_SUBDOMAIN)%' # null | nwww_to_www | www_to_nwww", " force_protocol: '%env(FORCE_PROTOCOL)%' # null | http | https", " # exclude_redirect_subdomain: # optional", " # - example.com", "parameters:", " env(REDIRECT_SUBDOMAIN): null", " env(FORCE_PROTOCOL): null" ], "executable": false } }, "ref": "6445f2743fdb027ecd724347561bd44b6901b1b8" } } }