diff --git a/src/opnsense/mvc/app/controllers/OPNsense/Proxy/forms/main.xml b/src/opnsense/mvc/app/controllers/OPNsense/Proxy/forms/main.xml index e84d52b5a..0d8e0f8a2 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/Proxy/forms/main.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/Proxy/forms/main.xml @@ -87,7 +87,7 @@ proxy.general.cache.local.enabled - + checkbox Curently only ufs directory cache type is supported.
@@ -250,10 +250,10 @@ You may use a regular expression, use a comma or press Enter for new item.
Examples:
- .mydomain.com -> matches on *.mydomain.com
- ^http(s|)://([a-zA-Z]+)\.mydomain\.* -> matches on http(s)://*.mydomain.*
- \\.+\.gif$ -> matches on \*.gif but not on \*.gif\test
- \\.+[0-9]+\.gif$ -> matches on \123.gif but not on \test.gif
+ mydomain.com -> matches on *.mydomain.com
+ ^https?:\/\/([a-zA-Z]+)\.mydomain\. -> matches on http(s)://textONLY.mydomain.*
+ \.gif$ -> matches on \*.gif but not on \*.gif\test
+ \[0-9]+\.gif$ -> matches on \123.gif but not on \test.gif
TIP: You can also paste a comma separated list into this field.
]]>
Regular expressions are allowed. @@ -268,10 +268,10 @@ You may use a regular expression, use a comma or press Enter for new item.
Examples:
- .mydomain.com -> matches on *.mydomain.com
- ^http(s|)://([a-zA-Z]+)\.mydomain\.* -> matches on http(s)://*.mydomain.*
- \\.+\.gif$ -> matches on \*.gif but not on \*.gif\test
- \\.+[0-9]+\.gif$ -> matches on \123.gif but not on \test.gif
+ mydomain.com -> matches on *.mydomain.com
+ ^https?:\/\/([a-zA-Z]+)\.mydomain\. -> matches on http(s)://textONLY.mydomain.*
+ \.gif$ -> matches on \*.gif but not on \*.gif\test
+ \[0-9]+\.gif$ -> matches on \123.gif but not on \test.gif
TIP: You can also paste a comma separated list into this field.
]]> Regular expressions are allowed.