mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Wording touch-ups
Typos and grammer fixes
This commit is contained in:
parent
e05941cec2
commit
3dd7505889
@ -39,7 +39,7 @@
|
||||
<li class="active">
|
||||
<a href="#quickstart" title="Quickstart" class="gabout">
|
||||
<h2>Quickstart</h2>
|
||||
<p>Quickstart guide to getting started with using Gunicorn.</p>
|
||||
<p>Read the quickstart guide to get started using Gunicorn.</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="withborder">
|
||||
@ -57,7 +57,7 @@
|
||||
<li class="withborder">
|
||||
<a href="#docs" title="Documentation" class="gdocuments">
|
||||
<h2>Documentation</h2>
|
||||
<p>Read documentation to learn more about the Gunicorn.</p>
|
||||
<p>Read the documentation to learn more about Gunicorn.</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@ -90,9 +90,9 @@
|
||||
<div class="tab-box" data-tab="deployment">
|
||||
<h1>Deployment</h1>
|
||||
<p>
|
||||
Gunicorn is wsgi http server. It is best to use Gunicorn behind HTTP proxy server. We strongly advise you to use <a href="http://www.nginx.org/">nginx</a>.
|
||||
Gunicorn is an WSGI HTTP server. It is best to use Gunicorn behind an HTTP proxy server. We strongly advise you to use <a href="http://www.nginx.org/">nginx</a>.
|
||||
</p>
|
||||
<p>Here's an example to help you get started with using nginx.</p>
|
||||
<p>Here's an example to help you get started with using nginx:</p>
|
||||
<pre>
|
||||
server {
|
||||
listen 80;
|
||||
@ -106,13 +106,13 @@
|
||||
}
|
||||
}
|
||||
</pre>
|
||||
<p>Nginx is set up as reverse proxy server to Gunicorn server which is running at localhost port 8000.</p>
|
||||
<p>Nginx is set up as reverse proxy server to a Gunicorn server running on localhost port 8000.</p>
|
||||
<p>Read the full documentation at <a
|
||||
href="http://docs.gunicorn.org/en/latest/deploy.html">docs.gunicorn.org</a></p>
|
||||
</div>
|
||||
<div class="tab-box" data-tab="community">
|
||||
<h1>Mailing list</h1>
|
||||
<p>The user mailing list is general discussion and support list for
|
||||
<p>The user mailing list is a general discussion and support list for
|
||||
Gunicorn users and developers.</p>
|
||||
<ul>
|
||||
<li>
|
||||
@ -122,14 +122,14 @@
|
||||
To unsubscribe, send an email to <a href="mailto:user+unsubscribe@gunicorn.org">user+unsubscribe@gunicorn.org</a>
|
||||
</li>
|
||||
<li>
|
||||
Finally, to post a message to the list use the address to
|
||||
Finally, to post a message to the list use the address
|
||||
<a href="mailto:user@gunicorn.org">user@gunicorn.org</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>The archive for this list can also be <a href="http://lists.gunicorn.org/user">browsed online</a>.</p>
|
||||
<h1>Irc</h1>
|
||||
<p>The Gunicorn channel is on the <a href="http://freenode.net/">Freenode</a> IRC
|
||||
network. You can chat with other on <a href="http://webchat.freenode.net/?channels=gunicorn">#gunicorn channel</a>.</p>
|
||||
network. You can chat with the community on the <a href="http://webchat.freenode.net/?channels=gunicorn">#gunicorn channel</a>.</p>
|
||||
|
||||
<h1>Issue Tracking</h1>
|
||||
<p>Bug reports, enhancement requests and tasks generally go in the <a href="http://github.com/benoitc/gunicorn/issues">Github
|
||||
@ -138,7 +138,7 @@
|
||||
<h1>Security Issues</h1>
|
||||
<p>The security mailing list is a place to report security issues. Only
|
||||
developers are subscribed to it. To post a message to the list use the
|
||||
address to <a href="mailto:security@gunicorn.org">security@gunicorn.org</a></p>
|
||||
address <a href="mailto:security@gunicorn.org">security@gunicorn.org</a></p>
|
||||
|
||||
</div>
|
||||
<div class="tab-box" data-tab="docs">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user