From cbe27ef18b280988d9a341ee024782db4ce27e53 Mon Sep 17 00:00:00 2001 From: Giuseppe Fabiano Date: Wed, 31 Jan 2024 14:38:54 +0100 Subject: [PATCH] Aggiornamento configurazione redirector-bundle --- webindustry.redirector-bundle.2.0.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webindustry.redirector-bundle.2.0.json b/webindustry.redirector-bundle.2.0.json index 899cfb5..d5bc3ed 100644 --- a/webindustry.redirector-bundle.2.0.json +++ b/webindustry.redirector-bundle.2.0.json @@ -15,8 +15,10 @@ "config/packages/redirector-bundle.yaml": { "contents": [ "redirector:", - " redirect_subdomain: null # nwww_to_www | www_to_nwww", - " force_protocol: null # http | https" + " redirect_subdomain: null # null | nwww_to_www | www_to_nwww", + " force_protocol: null # null | http | https", + " # exclude_redirect_subdomain: # optional", + " # - example.com" ], "executable": false }