diff --git a/www/nginx/src/opnsense/mvc/app/models/OPNsense/Nginx/Nginx.xml b/www/nginx/src/opnsense/mvc/app/models/OPNsense/Nginx/Nginx.xml index 446692207..46d20d6b4 100644 --- a/www/nginx/src/opnsense/mvc/app/models/OPNsense/Nginx/Nginx.xml +++ b/www/nginx/src/opnsense/mvc/app/models/OPNsense/Nginx/Nginx.xml @@ -533,6 +533,9 @@ Y + + Y + Y diff --git a/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/naxsirule.conf b/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/naxsirule.conf index 87ede90c3..709283813 100644 --- a/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/naxsirule.conf +++ b/www/nginx/src/opnsense/service/templates/OPNsense/Nginx/naxsirule.conf @@ -7,6 +7,9 @@ {% if mz_helper_rule.args == '1' %} {% do mz_matches.append('ARGS') %} {% endif %} +{% if mz_helper_rule.url == '1' %} +{% do mz_matches.append('URL') %} +{% endif %} {% if mz_helper_rule.headers == '1' %} {% do mz_matches.append('HEADERS') %} {% endif %}