diff options
Diffstat (limited to 'config/purge-varnish-debian.ugly')
-rw-r--r-- | config/purge-varnish-debian.ugly | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/purge-varnish-debian.ugly b/config/purge-varnish-debian.ugly index 54f6e54de..af32650a8 100644 --- a/config/purge-varnish-debian.ugly +++ b/config/purge-varnish-debian.ugly @@ -18,6 +18,9 @@ DAEMON_ARGS="--daemon PurgeRequest.purge_all_loop" PIDFILE=!!(*= $vhost_dir *)!!/purge-varnish.pid LOGFILE=!!(*= $vhost_dir *)!!/logs/purge-varnish.log DUSER=!!(*= $user *)!! +# Set RAILS_ENV - not needed if using config/rails_env.rb +# RAILS_ENV=your_rails_env +# export RAILS_ENV trap "" 1 |