Null al posto di tilde deprecata in yaml

This commit is contained in:
Giuseppe Fabiano
2024-01-31 11:24:37 +01:00
parent b9d50449dc
commit 370fc32a12

View File

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