diff --git a/src/common/core/reverseproxy/plugin.json b/src/common/core/reverseproxy/plugin.json index 4d010a600..5539f75a6 100644 --- a/src/common/core/reverseproxy/plugin.json +++ b/src/common/core/reverseproxy/plugin.json @@ -186,7 +186,7 @@ "help": "Additional configuration to include in the location block, separated with spaces.", "id": "reverse-proxy-includes", "label": "Reverse proxy includes", - "regex": "^(?! )( ?(\\w+)(?!.*\\b\\2\\b))*$", + "regex": "^(?! )( ?([^ ])(?!.*\\b\\2\\b))*$", "type": "text", "multiple": "reverse-proxy" },