mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Tweak REVERSE_PROXY_INCLUDES regex to be less restrictive
This commit is contained in:
parent
49c12e71b2
commit
7fc869a8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue