Changes between Version 92 and Version 93 of PuffinServer


Ignore:
Timestamp:
11/29/13 11:57:10 (3 years ago)
Author:
jim
Comment:

limit_con has changed: gulag -> limreq

Legend:

Unmodified
Added
Removed
Modified
  • PuffinServer

    v92 v93  
    194194 
    195195server { 
    196   limit_conn   gulag 32; # like mod_evasive - this allows max 32 simultaneous connections from one IP address 
     196  limit_conn   limreq 32; # like mod_evasive - this allows max 32 simultaneous connections from one IP address 
    197197  listen       *:80; 
    198198  server_name  _;