From 77a91b7adeb950a906c660bbb5c39c69a75e429d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 6 Feb 2016 20:00:26 -0500 Subject: New Dockerfile based on Alpine Linux and Nginx/PHP-FPM --- .docker/php/conf.d/local.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .docker/php/conf.d/local.ini (limited to '.docker/php/conf.d') diff --git a/.docker/php/conf.d/local.ini b/.docker/php/conf.d/local.ini new file mode 100644 index 00000000..12d22cc6 --- /dev/null +++ b/.docker/php/conf.d/local.ini @@ -0,0 +1,15 @@ +expose_php = Off +error_reporting = E_ALL +display_errors = Off +log_errors = On +error_log = syslog +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 \ No newline at end of file -- cgit v1.2.3