We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceac9c1 + 88a25ed commit b7c7963Copy full SHA for b7c7963
apache-run.sh
@@ -2,11 +2,11 @@
2
3
if [[ $XDEBUG_ENABLED == true ]]; then
4
echo "zend_extension = /usr/local/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
5
- echo "xdebug.var_display_max_depth=15" >> /usr/local/etc/php/conf.d/xdebug.ini
+ echo "xdebug.var_display_max_depth=5" >> /usr/local/etc/php/conf.d/xdebug.ini
6
fi
7
8
usermod -u 1000 www-data \
9
&& cd /var/www/html && composer install && rm -rf var/cache/* var/logs/* \
10
&& chown -R www-data:www-data /var/www/html/var/cache && chmod 777 /var/www/html/var/cache \
11
&& chown -R www-data:www-data /var/www/html/var/logs && chmod 777 /var/www/html/var/logs \
12
- && apache2-foreground
+ && apache2-foreground
0 commit comments