diff --git a/tmpl/handler-nginx.conf b/tmpl/handler-nginx.conf index ce70e5f..922d0c3 100644 --- a/tmpl/handler-nginx.conf +++ b/tmpl/handler-nginx.conf @@ -45,7 +45,7 @@ server { location = /reload { allow 127.0.0.1; %for ipaddr in %%ip_ssh_eth0 - allow %%toCidr(%%ipaddr, %%ipaddr.netmask_ssh_eth0) + allow %%toCidr(%%ipaddr, %%ipaddr.netmask_ssh_eth0); %end for deny all; include /etc/nginx/fastcgi_params;