Fix typo
This commit is contained in:
parent
eb40396a26
commit
93ee02b73d
|
@ -45,7 +45,7 @@ server {
|
||||||
location = /reload {
|
location = /reload {
|
||||||
allow 127.0.0.1;
|
allow 127.0.0.1;
|
||||||
%for ipaddr in %%ip_ssh_eth0
|
%for ipaddr in %%ip_ssh_eth0
|
||||||
allow %%toCidr(%%ipaddr, %%ipaddr.netmask_ssh_eth0)
|
allow %%toCidr(%%ipaddr, %%ipaddr.netmask_ssh_eth0);
|
||||||
%end for
|
%end for
|
||||||
deny all;
|
deny all;
|
||||||
include /etc/nginx/fastcgi_params;
|
include /etc/nginx/fastcgi_params;
|
||||||
|
|
Loading…
Reference in New Issue