You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ To suggest an enhancement, please create an issue on GitHub with the label `enha
51
51
* Fork the repo, create a branch, implement your changes, add any relevant Molecule tests, submit a PR when your changes are **tested** (using Molecule) and ready for review.
52
52
* Fill in [our pull request template](https://github.com/nginxinc/ansible-role-nginx-config/blob/main/.github/pull_request_template.md).
53
53
54
-
Note: if you’d like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.
54
+
Note: if you'd like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.
{%ifapp_protect_waf['physical_memory_util_thresholds']['high'] isdefinedandapp_protect_waf['physical_memory_util_thresholds']['low'] isdefined%}{# Available only in 'http' context #}
5
+
{%ifapp_protect_waf['physical_memory_util_thresholds']['high'] isdefinedandapp_protect_waf['physical_memory_util_thresholds']['low'] isdefined%}{# 'app_protect_physical_memory_util_thresholds' directive is only available in the 'http' context #}
{%ifapp_protect_waf['cpu_thresholds']['high'] isdefinedandapp_protect_waf['cpu_thresholds']['low'] isdefined%}{# Available only in 'http' context #}
8
+
{%ifapp_protect_waf['cpu_thresholds']['high'] isdefinedandapp_protect_waf['cpu_thresholds']['low'] isdefined%}{# 'app_protect_cpu_thresholds' directive is only available in the 'http' context #}
{%ifapp_protect_waf['failure_mode_action'] isdefinedandapp_protect_waf['failure_mode_action'] in ['pass', 'drop'] %}{# Available only in 'http' context #}
11
+
{%ifapp_protect_waf['failure_mode_action'] isdefinedandapp_protect_waf['failure_mode_action'] in ['pass', 'drop'] %}{# 'app_protect_failure_mode_action' directive is only available in the 'http' context #}
{%ifapp_protect_waf['compressed_requests_action'] isdefinedandapp_protect_waf['compressed_requests_action'] in ['pass', 'drop'] %}{# Available only in 'http' context #}
17
+
{%ifapp_protect_waf['compressed_requests_action'] isdefinedandapp_protect_waf['compressed_requests_action'] in ['pass', 'drop'] %}{# 'app_protect_compressed_requests_action' directive is only available in the 'http' context #}
{%ifapp_protect_waf['reconnect_period_seconds'] isdefinedandapp_protect_waf['reconnect_period_seconds'] isnumber%}{# Available only in 'http' context #}
20
+
{%ifapp_protect_waf['reconnect_period_seconds'] isdefinedandapp_protect_waf['reconnect_period_seconds'] isnumber%}{# 'app_protect_reconnect_period_seconds' directive is only available in the 'http' context #}
{%ifapp_protect_waf['request_buffer_overflow_action'] isdefinedandapp_protect_waf['request_buffer_overflow_action'] in ['pass', 'drop'] %}{# Available only in 'http' context #}
23
+
{%ifapp_protect_waf['request_buffer_overflow_action'] isdefinedandapp_protect_waf['request_buffer_overflow_action'] in ['pass', 'drop'] %}{# 'app_protect_request_buffer_overflow_action' directive is only available in the 'http' context #}
{%ifapp_protect_waf['user_defined_signatures'] isdefinedandapp_protect_waf['user_defined_signatures'] isnotmapping%}{# Available only in 'http' context #}
26
+
{%ifapp_protect_waf['user_defined_signatures'] isdefinedandapp_protect_waf['user_defined_signatures'] isnotmapping%}{# 'app_protect_user_defined_signatures' directive is only available in the 'http' context #}
{%ifapp_protect_dos['liveness']['enable'] isdefinedandapp_protect_dos['liveness']['enable'] isboolean%}{# Available only in 'http' context #}
72
+
{%ifapp_protect_dos['liveness']['enable'] isdefinedandapp_protect_dos['liveness']['enable'] isboolean%}{# 'app_protect_dos_liveness' directive is only available in the 'http' context #}
73
73
app_protect_dos_liveness {{ app_protect_dos['liveness']['enable'] | ternary('on', 'off') }}{{ (' uri:' + app_protect_dos['liveness']['uri'] | string) if app_protect_dos['liveness']['uri'] is defined }}{{ (' port:' + app_protect_dos['liveness']['port'] | string) if app_protect_dos['liveness']['port'] is defined }};
74
74
{%endif%}
75
-
{%ifapp_protect_dos['readiness']['enable'] isdefinedandapp_protect_dos['readiness'] isboolean%}{# Available only in 'http' context #}
75
+
{%ifapp_protect_dos['readiness']['enable'] isdefinedandapp_protect_dos['readiness'] isboolean%}{# 'app_protect_dos_readiness' directive is only available in the 'http' context #}
76
76
app_protect_dos_readiness {{ app_protect_dos['readiness'] | ternary('on', 'off') }}{{ (' uri:' + app_protect_dos['readiness']['uri'] | string) if app_protect_dos['readiness']['uri'] is defined }}{{ (' port:' + app_protect_dos['readiness']['port'] | string) if app_protect_dos['readiness']['port'] is defined }};
auth_jwt {{ 'off' if not auth_jwt['enable'] }}{{ auth_jwt['enable']['realm'] if auth_jwt['enable']['realm'] is defined }}{{ (' token=' + auth_jwt['enable']['token'] | string) if auth_jwt['enable']['token'] is defined }};
49
49
{%endif%}
50
-
{%ifauth_jwt['claim_set'] isdefined%}{# 'claim_set' is only available in the 'http' context #}
50
+
{%ifauth_jwt['claim_set'] isdefined%}{# 'claim_set' directive is only available in the 'http' context #}
0 commit comments