Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Adds optional defaults for php-fpm user & group. #794

Merged
merged 5 commits into from
Jul 11, 2016

Conversation

entendu
Copy link
Contributor

@entendu entendu commented Jul 11, 2016

Fixes #781 which is solved upstream but not yet referenced in requirements. Also adds an optional user/group param for php-fpm.

Updates default.config.yml to include a stub for defining the user that php-fpm runs as. See geerlingguy#781
Bump version for php role so that geerlingguy/ansible-role-php#128 gets in.
@@ -230,6 +230,11 @@ php_max_input_vars: "4000"
php_enable_php_fpm: true
php_fpm_listen: "127.0.0.1:9000"

# If you want to run php-fpm as a user/group other than your OS's default user,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of adding in this file, can you just add a note on this docs page (http://docs.drupalvm.com/en/latest/other/webservers/#using-nginx) mentioning these two variables and how to set them if switching to nginx? Since it's a smaller use case (at least at this point in time), I'd rather not add the four lines to default.config.yml.

Updates docs to reflect php-fpm user/group variables.
@entendu
Copy link
Contributor Author

entendu commented Jul 11, 2016

@geerlingguy, good call. Added some explanation to webservers.md (http://docs.drupalvm.com/en/latest/other/webservers/#using-nginx) and reverted changes to default.config.yml.

@geerlingguy geerlingguy merged commit 1b8f0fc into geerlingguy:master Jul 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants