Skip to content

Commit

Permalink
Webserver must own the session files #10837
Browse files Browse the repository at this point in the history
Otherwise, `sudo eco permissions` will change owner and visitors with
sessions will see crashing website
  • Loading branch information
PowerKiKi committed Nov 20, 2024
1 parent ba1ce8a commit d9263b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/Permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
],
[
'path' => 'data/session',
'owner' => $webserver,
'permissions' => '0770',
'recursive' => true,
],
Expand Down

0 comments on commit d9263b4

Please sign in to comment.