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.
1 parent eaad819 commit 0e77bf6Copy full SHA for 0e77bf6
apache-run.sh
@@ -9,4 +9,5 @@ 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
+ && chown -R www-data:www-data /var/www/html/var/sessions && chmod 777 /var/www/html/var/sessions \
13
&& apache2-foreground
0 commit comments