Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure deploy_user home has the correct permissions
For some reason I do not know yet, when running the installer on a Ubuntu 22.04 server it creates the deploy_user home directory with 750 permissions instead of 755. We need 755 permissions so other users like `www-data`, which runs the nginx service can read from the Consul Democracy puma socket. Otherwise we get a 502 Bad Gateway error when accessing the application.
- Loading branch information