summaryrefslogtreecommitdiff
path: root/etc/nginx/apps/drupal/cron_allowed_hosts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nginx/apps/drupal/cron_allowed_hosts.conf')
-rw-r--r--etc/nginx/apps/drupal/cron_allowed_hosts.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/nginx/apps/drupal/cron_allowed_hosts.conf b/etc/nginx/apps/drupal/cron_allowed_hosts.conf
deleted file mode 100644
index bdb3dd9..0000000
--- a/etc/nginx/apps/drupal/cron_allowed_hosts.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-# -*- mode: nginx; mode:autopair; mode: flyspell-prog; ispell-local-dictionary: "american" -*-
-### Configuration file for specifying which hosts can invoke Drupal's
-### cron. This only applies if you're not using drush to run cron.
-
-geo $not_allowed_cron {
- default 1;
- ## Add your set of hosts.
- 127.0.0.1 0; # allow the localhost
- 192.168.1.0/24 0; # allow on an internal network
-}