Hi I just add this to the global nginx.conf file: limit_conn_zone $binary_remote_addr zone=alpha:8m; and now i want to ad this to the domain config under the server { limit_conn alpha 5; But on this file i have two blocks starting with server {...