Compare commits

..

No commits in common. "db15a713789966e8923597feaef7440daabf6fb3" and "dc536dd078d2287316015336274f3bc21fd53d7a" have entirely different histories.

14 changed files with 0 additions and 12 deletions

0
bootstrap/cache/.gitignore vendored Executable file → Normal file
View file

View file

@ -30,8 +30,6 @@ COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
WORKDIR /app
COPY build/fpm-healthcheck.conf /usr/local/etc/php-fpm.d/zz-healthcheck.conf
COPY build/php-error-logging.conf /usr/local/etc/php-fpm.d/zz-error-logging.conf
COPY build/php-errors.ini /usr/local/etc/php/conf.d/errors.ini
EXPOSE 9000

View file

@ -1,5 +0,0 @@
[www]
catch_workers_output = yes
decorate_workers_output = no
php_admin_flag[log_errors] = on
php_admin_value[error_log] = /proc/self/fd/2

View file

@ -1,5 +0,0 @@
log_errors = On
error_log = /proc/self/fd/2
error_reporting = E_ALL
display_errors = Off
display_startup_errors = On

0
storage/app/.gitignore vendored Executable file → Normal file
View file

0
storage/app/private/.gitignore vendored Executable file → Normal file
View file

0
storage/app/public/.gitignore vendored Executable file → Normal file
View file

0
storage/framework/.gitignore vendored Executable file → Normal file
View file

0
storage/framework/cache/.gitignore vendored Executable file → Normal file
View file

0
storage/framework/cache/data/.gitignore vendored Executable file → Normal file
View file

0
storage/framework/sessions/.gitignore vendored Executable file → Normal file
View file

0
storage/framework/testing/.gitignore vendored Executable file → Normal file
View file

0
storage/framework/views/.gitignore vendored Executable file → Normal file
View file

0
storage/logs/.gitignore vendored Executable file → Normal file
View file