-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Improve English grammar on the deployment doc page #5908
Conversation
@@ -51,10 +51,10 @@ But this way requires more complex configuration. | |||
Nginx configuration | |||
-------------------- | |||
|
|||
Here is short extraction about writing Nginx configuration file. | |||
Here is short example of an Nginx configuration file. |
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.
Here is short example of an Nginx configuration file. | |
Here is a short example of an Nginx configuration file. |
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.
Oh, it got automerged before I saw this. Maybe send a follow up?
As opposed to deployment with :ref:`bare Nginx | ||
<aiohttp-deployment-nginx-supervisord>`, this solution does not need to | ||
manually run several aiohttp processes and use a tool like supervisord | ||
to monitor them. But nothing is free: running aiohttp |
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.
As opposed to deployment with :ref:`bare Nginx | |
<aiohttp-deployment-nginx-supervisord>`, this solution does not need to | |
manually run several aiohttp processes and use a tool like supervisord | |
to monitor them. But nothing is free: running aiohttp | |
In contrast to deploying with :ref:`bare Nginx | |
<aiohttp-deployment-nginx-supervisord>`, this solution does not need to | |
manually run several aiohttp processes. Instead, it uses a tool like supervisord | |
to monitor them. But nothing is free: running aiohttp |
Codecov Report
@@ Coverage Diff @@
## master #5908 +/- ##
=======================================
Coverage 96.75% 96.75%
=======================================
Files 44 44
Lines 9851 9851
Branches 1591 1591
=======================================
Hits 9531 9531
Misses 182 182
Partials 138 138
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Backport to 3.8: 💚 backport PR created✅ Backport PR branch: Backported as #5910 🤖 @patchback |
(cherry picked from commit c895af4)
(cherry picked from commit c895af4) Co-authored-by: axlrosen <[email protected]>
What do these changes do?
Are there changes in behavior for the user?
Related issue number
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.