missing ; at the end of the line

cdnmesh-cu
2013-05-11 03:00:22 -07:00
parent b3c85d37aa
commit 7399713392

@@ -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 =