mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
* Nginx: allow to enable/disable proxy_ssl_verify for upstream server. * www/nginx: fixed nginx model and naxsi rule import nginx model missed naxsi_rule.body field and listed naxsi_rule.url twice with different definition. naxsi rule importer did not import per-rule score and missed BODY and URL match zones. * www/nginx: Enriched Naxsi help texts and parameter names * Apply suggestions from code review Typos and wrong indents fixed. Co-authored-by: Fabian Franz BSc <fabianfrz@users.noreply.github.com> * Bump version of nginx plugin Increased nginx version to 1.20. * Nginx: Updated model version Pushed Nginx model to 1.20.0 * [www/nginx] Fixed issue with default value in model * [www/nginx] revert accidential commit * [www/nginx] Fixed issue with default value in model Co-authored-by: Fabian Franz BSc <fabianfrz@users.noreply.github.com>
This commit is contained in:
parent
b5cf466954
commit
ff42188994
1 changed files with 1 additions and 0 deletions
|
|
@ -587,6 +587,7 @@
|
|||
<Required>Y</Required>
|
||||
</headers>
|
||||
<body type="BooleanField">
|
||||
<default>0</default>
|
||||
<Required>Y</Required>
|
||||
</body>
|
||||
<dollar_args_var type="TextField">
|
||||
|
|
|
|||
Loading…
Reference in a new issue