Skip to content

Commit

Permalink
*7166* Added note for web_cache CRON setup
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jan 2, 2013
1 parent 9fab93f commit 8858f06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@
; 2) This caching WILL NOT RESPECT DOMAIN-BASED SUBSCRIPTIONS.
; However, for situations like hosting high-volume open access journals, it's
; an easy way of decreasing server load.

;
; When using web_cache, configure a tool to periodically clear out cache files
; such as CRON. For example, configure it to run the following command:
; find .../ojs/cache -maxdepth 1 -name wc-\*.html -mtime +1 -exec rm "{}" ";
web_cache = Off
web_cache_hours = 1

Expand Down

0 comments on commit 8858f06

Please sign in to comment.