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;
|
ModSecurityEnabled on;
|
||||||
ModSecurityConfig modsecurity.conf;
|
ModSecurityConfig modsecurity.conf;
|
||||||
proxy_pass http://localhost:8011;
|
proxy_pass http://localhost:8011;
|
||||||
proxy_read_timeout 180s
|
proxy_read_timeout 180s;
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
= Installation for Microsoft IIS =
|
= Installation for Microsoft IIS =
|
||||||
|
|||||||
Reference in New Issue
Block a user