This commit is contained in:
Philippe Caseiro 2018-03-13 10:24:17 +01:00
parent eb40396a26
commit 93ee02b73d
1 changed files with 1 additions and 1 deletions

View File

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