Aggiornamento configurazione redirector-bundle

This commit is contained in:
Giuseppe Fabiano
2024-01-31 14:38:54 +01:00
parent 370fc32a12
commit cbe27ef18b

View File

@@ -15,8 +15,10 @@
"config/packages/redirector-bundle.yaml": { "config/packages/redirector-bundle.yaml": {
"contents": [ "contents": [
"redirector:", "redirector:",
" redirect_subdomain: null # nwww_to_www | www_to_nwww", " redirect_subdomain: null # null | nwww_to_www | www_to_nwww",
" force_protocol: null # http | https" " force_protocol: null # null | http | https",
" # exclude_redirect_subdomain: # optional",
" # - example.com"
], ],
"executable": false "executable": false
} }