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": { "config/packages/redirector-bundle.yaml": {
"contents": [ "contents": [
"redirector:", "redirector:",
" redirect_subdomain: ~ # nwww_to_www | www_to_nwww", " redirect_subdomain: null # nwww_to_www | www_to_nwww",
" force_protocol: ~ # http | https" " force_protocol: null # http | https"
], ],
"executable": false "executable": false
} }
@@ -24,4 +24,4 @@
"ref": "6445f2743fdb027ecd724347561bd44b6901b1b8" "ref": "6445f2743fdb027ecd724347561bd44b6901b1b8"
} }
} }
} }