Skip to content

Commit 0e77bf6

Browse files
authored
Update apache-run.sh
1 parent eaad819 commit 0e77bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apache-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ usermod -u 1000 www-data \
99
&& cd /var/www/html && composer install && rm -rf var/cache/* var/logs/* \
1010
&& chown -R www-data:www-data /var/www/html/var/cache && chmod 777 /var/www/html/var/cache \
1111
&& 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 \
1213
&& apache2-foreground

0 commit comments

Comments
 (0)