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
Updated cron actions to run via www-data user
Think the cron action running as root is the cause of root-owned
cache files appearing in the app, causing permission issues when
attempted to write into the same folder by the nginx/worker process.
This changes the cron setup to load the cron command for the www-data
user instead.
Related to #24
Add trust for proxy prefixed back in
Was not set explicitly before, but a bug in Laravel caused prefixes to
be trusted in our middlware anyway. (Fixed in v10.17.0).
This adds it back in explicitly so the header is properly used again.