Browse Source

pillar example for xcache.ini

tags/v0.34.0
Daniel Oetken 9 years ago
parent
commit
767d94c40d
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      pillar.example

+ 10
- 0
pillar.example View File

@@ -134,6 +134,16 @@ php:
PHP:
engine: 'Off'

# php-xcache settings
xcache:
ini:
opts: {}
# contents of the xcache.ini file that are merged with defaults
# from php.xcache.ini.defaults. See php.ng.ini.defaults for ini-style
settings:
xcache:
xcache.size: 90M

# global php.ini settings
ini:
# Default php.ini contents. These follow a strict format. The top-

Loading…
Cancel
Save