Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
; The blacklist file is a text file that holds the names of files
2
; that should not be accelerated. The file format is to add each filename
3
; to a new line. The filename may be a full path or just a file prefix
4
; (i.e., /var/www/x  blacklists all the files and directories in /var/www
5
; that start with 'x'). Line starting with a ; are ignored (comments).
6
; Files are usually triggered by one of the following three reasons:
7
; 1) Directories that contain auto generated code, like Smarty or ZFW cache.
8
; 2) Code that does not work well when accelerated, due to some delayed
9
;    compile time evaluation.
10
; 3) Code that triggers an OPcache bug.
11