cron_allowed_hosts.conf (396B)
1 # -*- mode: nginx; mode:autopair; mode: flyspell-prog; ispell-local-dictionary: "american" -*- 2 ### Configuration file for specifying which hosts can invoke Drupal's 3 ### cron. This only applies if you're not using drush to run cron. 4 5 geo $not_allowed_cron { 6 default 1; 7 ## Add your set of hosts. 8 127.0.0.1 0; # allow the localhost 9 192.168.1.0/24 0; # allow on an internal network 10 }