-
-
Notifications
You must be signed in to change notification settings - Fork 605
Adding server tuning adjustments for PHP FPM #1444
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Would you be able to rebase this to fix the conflict?
@@ -0,0 +1,151 @@ | |||
;;;;;;;;;;;;;;;;;;;;; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add ; {{ ansible_managed }}
here?
…mation can be leaked (roots#1434) As per: https://www.rfc-editor.org/rfc/rfc7231#section-4.1
`geerlingguy.mailhog` doesn't support arm64 (Apple Silicon) because the underlying binaries (`mailhog` and `mhsendmail`) don't have official `arm64` builds. To support this by default, we need to override the url variables to point to forks that have these builds. This adds a new "shim loader" `mailhog` role which simply loads the proper vars and then passes them to the included `geerlingguy.mailhog` role.
* chore(deps): add renovate.json * Enable ansible-galaxy in renovate config Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scott Walkinshaw <scott.walkinshaw@gmail.com>
This version has a regression: ansible/ansible#79291
`ubuntu-latest` recently changed to Ubuntu 22.04
Bugs/regressions in 2.13.6 have been fixed
This removes another place where `vagrant` is harcoded while still ensuring its set to that value according to `dev.yml`'s `remote_user` setting.
`ansible_user` can't be assumed to be defined during Ansible local provisioning (the default mode in Vagrant if Ansible is not installed on the host machine).
da0c2e2
to
80cfd97
Compare
This should be good to go now @swalkinshaw |
See #1496 |
Sharing a couple of changes we've made to our Trellis so we can fine tune PHP settings for high traffic websites.
Changes include,
This PR only provides the defaults, you can override these settings like any other using your group_vars configs.
PHP FPM for a server sharing environment with MariaDB.
New variables to add to
group_vars/%ENV%/php.yml
,More info - https://geekflare.com/php-fpm-optimization/
(previously #1430)