File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ ADD etc/php-fpm.conf /etc/php-fpm.conf
9797ADD etc/php-fpm.d/www.conf /etc/php-fpm.d/www.conf
9898
9999# Add some php extension configuraiton overrides
100+ ADD etc/php.d/01-defaultdatetime.ini /etc/php.d/01-defaultdatetime.ini
100101ADD etc/php.d/40-apcu.ini /etc/php.d/40-apcu.ini
101102
102103# Start the PHP-FPM service, and expose the 9000 port for TCP connections
Original file line number Diff line number Diff line change 1+ [Date]
2+
3+ ; Defines the default timezone used by the date functions
4+ ; http://php.net/date.timezone
5+ date.timezone = " UTC"
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ pm.max_spare_servers = 35
153153; The log file for slow requests
154154; Default Value: not set
155155; Note: slowlog is mandatory if request_slowlog_timeout is set
156- slowlog = /var /log/php-fpm/www-slow.log
156+ slowlog = /app /log/php-fpm/www-slow.log
157157
158158; Set open file descriptor rlimit.
159159; Default Value: system defined value
Original file line number Diff line number Diff line change @@ -892,7 +892,6 @@ cli_server.color = On
892892; Defines the default timezone used by the date functions
893893; http://php.net/date.timezone
894894; date.timezone =
895- date.timezone = " UTC"
896895
897896; http://php.net/date.default-latitude
898897; date.default_latitude = 31.7667
Original file line number Diff line number Diff line change @@ -64,4 +64,4 @@ ENV PLATFORMSH_CLI_DISABLE_CACHE=0
6464ENTRYPOINT ["/app/.composer/vendor/bin/platform" ]
6565CMD ["--shell" ]
6666
67- # ## /PLATFORMSH ---------------------------------------------------------------
67+ # ## /PLATFORMSH ---------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments