mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/nginx: fix checkrule "=" does not exist (#1178)
* www/nginx: fix checkrule = does not exist * www/nginx: fix automatic merge issue and add release note * work in review comments
This commit is contained in:
+1
-5
@@ -8,14 +8,10 @@ reuse, SSL offload and HTTP media streaming.
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.7
|
||||
|
||||
* bugfix: create log directory if it is missing
|
||||
* reorder menu
|
||||
|
||||
1.8
|
||||
|
||||
* update lodash to v4.17.11
|
||||
* Breaking: remove the WAF policy match type "=" as it is not supported (if you have them in use, unlink and delete them before installing this update)
|
||||
|
||||
1.7
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<model>
|
||||
<mount>//OPNsense/Nginx</mount>
|
||||
<version>1.5.0</version>
|
||||
<version>1.8.0</version>
|
||||
<description>nginx web server, reverse proxy and waf</description>
|
||||
<items>
|
||||
<general>
|
||||
@@ -416,7 +416,6 @@
|
||||
<option2 value=">">Bigger</option2>
|
||||
<option3 value="<">Lesser</option3>
|
||||
<option4 value="<=">Lesser or Equal</option4>
|
||||
<option5 value="=">Equal</option5>
|
||||
</OptionValues>
|
||||
</operator>
|
||||
<action type="OptionField">
|
||||
|
||||
Reference in New Issue
Block a user