-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[Cookbook] [Deployment] Added note about Nginx #5216
Conversation
phansys
commented
Apr 28, 2015
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | 2.3+ |
Fixed tickets |
@@ -106,6 +106,15 @@ directory of the application and add just the following content: | |||
|
|||
web: bin/heroku-php-apache2 web/ | |||
|
|||
.. note:: | |||
|
|||
Nginx is also available in Heroku. If you prefer to use it, you can create a |
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.
on Heroku
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.
Thank you @xabbuh, fixed.
.. note:: | ||
|
||
Nginx is also available on Heroku. If you prefer to use it, you can create a | ||
Nginx config file (``nginx_app.conf`` for instance) to point from Procfile as described in `Heroku docs`_: |
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.
I think we should reword the paragraph a bit like this:
If you prefer to use Nginx, which is also available on Heroku, you can create a configuration file for it and point to it from your Procfile as described in the Heroku documentation.
What do you think about this @phansys?
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.
This sounds better. Updated.
👍 nice work @phansys |
Should I rebase the PR and resolve the conflicts? |
8ebb689
to
c39f20e
Compare
@phansys That would be nice. |
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets |
@xabbuh, done. Thanks. |
I love it! Thanks Javier! |
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook] [Deployment] Added note about Nginx | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | Commits ------- 751d0df [Cookbook] [Deployment] Added note about Nginx setup