mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Merge pull request #1797 from tomgillett/socket-permissions
Changed socket permissions
This commit is contained in:
commit
c7c73ef7d9
@ -215,7 +215,7 @@ function setup(server) {
|
||||
getSocket(),
|
||||
startGhost
|
||||
);
|
||||
fs.chmod(getSocket(), '0744');
|
||||
fs.chmod(getSocket(), '0660');
|
||||
});
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user