Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup fpm config class #570

Merged
merged 1 commit into from
Jul 5, 2020
Merged

Cleanup fpm config class #570

merged 1 commit into from
Jul 5, 2020

Conversation

paescuj
Copy link

@paescuj paescuj commented Mar 29, 2020

Pull Request (PR) description

This pull request cleans up the fpm config class:

  • Remove unused variable 'log_group_final'
  • Fixes owner, group and mode for the directories '/var/log/php-fpm' and '/var/run/php-fpm'

/var/log/php-fpm:
We don't know which processes want to access this directory - therefore root with mode 0755 is used here. This is also the default within most distributions.

/var/run/php-fpm:
There is no need to set the PHP-FPM user/group as a owner of this directory. This is also follows the default within most distributions.

This Pull Request (PR) fixes the following issues

Fixes #568

@bastelfreak
Copy link
Member

@paescuj please rebase against our latest master branch.

@paescuj
Copy link
Author

paescuj commented Jul 5, 2020

@bastelfreak Rebase is done!

@bastelfreak bastelfreak merged commit df68a3a into voxpupuli:master Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unused variable 'log_group_final'
2 participants