From 93ee02b73d4cecdc061084f1ac7685e7eb646766 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 13 Mar 2018 10:24:17 +0100 Subject: [PATCH] Fix typo --- tmpl/handler-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;