Add support for Bedrock WordPress apps#134
Open
singlow wants to merge 5 commits intoCHH:masterfrom
fahrenheit-marketing:master
Open
Add support for Bedrock WordPress apps#134singlow wants to merge 5 commits intoCHH:masterfrom fahrenheit-marketing:master
singlow wants to merge 5 commits intoCHH:masterfrom
fahrenheit-marketing:master
Conversation
added 2 commits
May 14, 2014 12:13
Bedrock is a Composer based WordPress setup. These changes allow for it as a framework type if specified by name. I've included an nginx config that supports WordPress style rewrites.
|
👍 |
|
This looks awesome! |
conf/php/php-fpm.conf
Outdated
Author
There was a problem hiding this comment.
This was something i should have done in a branch to save memory on the my server that has many apps running on only 4 cores. I committed a revert of this for master.
Author
There was a problem hiding this comment.
I am using this with dokku on a server with ~10 apps and the memory usage is a bit much with 8 php processes per app - epecially since I do not have 8 cores. I have moved this customization into another branch.
added 2 commits
February 10, 2015 09:57
This should have been done in a branch. This reverts commit fb7490d.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bedrock is a Composer based WordPress setup. These changes
allow for it as a framework type if specified by name. I've
included an nginx config that supports WordPress style
rewrites.