IXP-Manager icon indicating copy to clipboard operation
IXP-Manager copied to clipboard

Artisan running as root causes file ownership permission issues

Open barryo opened this issue 4 years ago • 0 comments

When Artisan is run as root, it can create files under storage/ that will not be writable by the web user. This will cause the application to crap out.

Possible solution: have Artisan detect it is running as root and drop down to www-data / web user by default.

barryo avatar Feb 09 '22 19:02 barryo