You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after setting umask (issues: #59 & #61) a chown call need to be made on nearly all files used by container (such as: config.inc.php, config.secret.inc.php) to set nobody as group (thus giving read access to PHP-FPM).
fix:
chown all files that need read access by nobody with nobody group.
Reported by Emanuel Bronshtein.
The text was updated successfully, but these errors were encountered:
after setting umask (issues: #59 & #61) a chown call need to be made on nearly all files used by container (such as: config.inc.php, config.secret.inc.php) to set nobody as group (thus giving read access to PHP-FPM).
fix:
chown all files that need read access by nobody with nobody group.
Reported by Emanuel Bronshtein.
The text was updated successfully, but these errors were encountered: