NGINX Anti XSS & SQL Injection module

24 — Every core and module directive — syntax, defaults, contexts, and real configuration examples.

BasicRule The `BasicRule` directive allows the configuration of basic filtering rules… httpserverlocation CheckRule The CheckRule directive defines rules to validate incoming requests against… httpserverlocation DeniedUrl The DeniedUrl directive specifies a list of URL patterns that should be… httpserverlocation IgnoreCIDR The IgnoreCIDR directive specifies a list of CIDR ranges that should be… httpserverlocation IgnoreIP The IgnoreIP directive configures NAXSI to bypass request filtering for… httpserverlocation LearningMode The LearningMode directive enables an adaptive learning phase in the NGINX… httpserverlocation LibInjectionSql The `libInjectionSql` directive enables SQL injection detection and prevention… httpserverlocation LibInjectionXss The `LibInjectionXss` directive activates the Anti-XSS and SQL injection… httpserverlocation MainRule MainRule directive defines rules for filtering out malicious input in HTTP… http NaxsiLogFile The NaxsiLogFile directive specifies the file location where the Naxsi module… httpserverlocation SecRulesDisabled The `SecRulesDisabled` directive disables the NAXSI rules engine, preventing… httpserverlocation SecRulesEnabled Enables or disables the processing of security rules to protect against XSS… httpserverlocation basic_rule The `basic_rule` directive from the NGINX Anti XSS & SQL Injection module… httpserverlocation check_rule The `check_rule` directive in the NGINX Anti XSS & SQL Injection module is… httpserverlocation denied_url The `denied_url` directive specifies one or more URL patterns that are to be… httpserverlocation ignore_cidr The `ignore_cidr` directive configures NAXSI to disregard certain IP address… httpserverlocation ignore_ip The `ignore_ip` directive allows the NAXSI module to exclude specified IP… httpserverlocation learning_mode The 'learning_mode' directive enables the automatic generation of whitelisting… httpserverlocation libinjection_sql The `libinjection_sql` directive enables SQL injection detection and… httpserverlocation libinjection_xss The `libinjection_xss` directive enables protection against Cross-Site… httpserverlocation main_rule Defines rules for parsing JSON body content, aiding in XSS and SQL injection… http naxsi_log The `naxsi_log` directive configures logging for the NAXSI module, allowing it… httpserverlocation rules_disabled The "rules_disabled" directive prevents the NAXSI module from enforcing… httpserverlocation rules_enabled The `rules_enabled` directive in the NGINX Anti XSS & SQL Injection module… httpserverlocation