-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsymfony.prod.ini
More file actions
28 lines (22 loc) · 875 Bytes
/
symfony.prod.ini
File metadata and controls
28 lines (22 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
; PROD configuration (not used in this Docker image, mirrors requirements declared in https://github.com/le-phare/le-phare.github.io)
; https://www.php.net/manual/en/ini.core.php
expose_php = "0"
register_argc_argv = "0"
sys_temp_dir = "/var/tmp"
upload_tmp_dir = "/var/tmp"
; https://www.php.net/manual/en/datetime.configuration.php
date.timezone = "UTC"
; https://www.php.net/manual/en/errorfunc.configuration.php
display_errors = "0"
display_startup_errors = "0"
; https://www.php.net/manual/en/opcache.configuration.php
opcache.enable = "1"
opcache.enable_file_override = "1"
opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 20000
opcache.memory_consumption = 256
opcache.validate_timestamps = "0"
; https://www.php.net/manual/en/session.configuration.php
session.save_path = "localhost:11211"
realpath_cache_size = "4M"
realpath_cache_ttl = 60