diff options
Diffstat (limited to '.docker/php/conf.d/local.ini')
-rw-r--r-- | .docker/php/conf.d/local.ini | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.docker/php/conf.d/local.ini b/.docker/php/conf.d/local.ini deleted file mode 100644 index 3660bed8..00000000 --- a/.docker/php/conf.d/local.ini +++ /dev/null @@ -1,16 +0,0 @@ -expose_php = Off -error_reporting = E_ALL -display_errors = Off -log_errors = On -error_log = /dev/stderr -date.timezone = UTC -allow_url_fopen = On -post_max_size = 30M -upload_max_filesize = 30M -opcache.max_accelerated_files = 7963 -opcache.validate_timestamps = Off -opcache.save_comments = 0 -opcache.load_comments = 0 -opcache.fast_shutdown = 1 -opcache.enable_file_override = On -always_populate_raw_post_data = -1
\ No newline at end of file |