We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6802a9 + 02501cf commit 5d2d2c9Copy full SHA for 5d2d2c9
1 file changed
templates/includes/modsecurity.conf.tmpl
@@ -4,7 +4,7 @@ Include /etc/nginx/modsecurity/recommended.conf
4
Include /etc/nginx/modsecurity/crs/setup.conf
5
{{- end }}
6
7
-{{- if or (eq (getenv "NGINX_VHOST_PRESET") "drupal9") (eq (getenv "NGINX_VHOST_PRESET") "drupal8") (eq (getenv "NGINX_VHOST_PRESET") "drupal7") (eq (getenv "NGINX_VHOST_PRESET") "drupal6") }}
+{{- if or (eq (getenv "NGINX_VHOST_PRESET") "drupal11") (eq (getenv "NGINX_VHOST_PRESET") "drupal10") (eq (getenv "NGINX_VHOST_PRESET") "drupal9") (eq (getenv "NGINX_VHOST_PRESET") "drupal8") (eq (getenv "NGINX_VHOST_PRESET") "drupal7") (eq (getenv "NGINX_VHOST_PRESET") "drupal6") }}
8
SecAction \
9
"id:900130,\
10
phase:1,\
0 commit comments