Skip to content

Commit d9263b4

Browse files
committed
Webserver must own the session files #10837
Otherwise, `sudo eco permissions` will change owner and visitors with sessions will see crashing website
1 parent ba1ce8a commit d9263b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configuration/Permissions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
],
3636
[
3737
'path' => 'data/session',
38+
'owner' => $webserver,
3839
'permissions' => '0770',
3940
'recursive' => true,
4041
],

0 commit comments

Comments
 (0)