mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Incorrect file permissions on new sites #158
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bitwanderer on 11/29/2024
CloudPanel version(s) affected
2.5.0
Description
When creating a new WordPress site (I have not tested other site types), files are created with 0770 permissions.
They should be created with 0660 permissions.
How to reproduce
Possible Solution
Set the correct permissions on site creation
Additional Context