mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-21 11:36:40 +03:00
missing ; at the end of the line
@@ -229,7 +229,7 @@ location / {
|
||||
ModSecurityEnabled on;
|
||||
ModSecurityConfig modsecurity.conf;
|
||||
proxy_pass http://localhost:8011;
|
||||
proxy_read_timeout 180s
|
||||
proxy_read_timeout 180s;
|
||||
}
|
||||
</pre>
|
||||
= Installation for Microsoft IIS =
|
||||
|
||||
Reference in New Issue
Block a user