diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-12-03 03:31:01 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-12-03 03:43:42 +0100 |
commit | 31ef7a78bc78a6ce2a24bcc6a4a11574bb2d5483 (patch) | |
tree | 6c02e4f235631ef07f85a7960bf6b9efa244f658 /roles/webmail/files/etc/php5 | |
parent | efe05260e09238cba0bc5197e044b58cca99d86a (diff) |
Upgrade webmail baseline to Debian Stretch.
Diffstat (limited to 'roles/webmail/files/etc/php5')
-rw-r--r-- | roles/webmail/files/etc/php5/mods-available/apcu.ini | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/webmail/files/etc/php5/mods-available/apcu.ini b/roles/webmail/files/etc/php5/mods-available/apcu.ini deleted file mode 100644 index 9268c08..0000000 --- a/roles/webmail/files/etc/php5/mods-available/apcu.ini +++ /dev/null @@ -1,5 +0,0 @@ -extension=apcu.so -apc.shm_segments = 1 -apc.shm_size = 128M -apc.ttl = 3600 -apc.gc_ttl = 300 |