Merge branch 'master' into dev
This commit is contained in:
commit
fdd73d5b4d
@ -712,8 +712,12 @@ Examples (to update depending on your application configuration and given distri
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
||||
.. note::
|
||||
More information on `Gunicorn documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__
|
||||
To handle large files, a higher value for `timeout <https://docs.gunicorn.org/en/stable/settings.html#timeout>`__ can be set.
|
||||
|
||||
.. note::
|
||||
More information on deployment with Gunicorn in its `documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__.
|
||||
|
||||
- for task queue workers: ``fittrackee_workers.service``
|
||||
|
||||
|
@ -1030,7 +1030,11 @@ One way is to use a <strong>systemd</strong> services and <strong>Nginx</strong>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>More information on <a class="reference external" href="https://docs.gunicorn.org/en/stable/deploy.html">Gunicorn documentation</a></p>
|
||||
<p>To handle large files, a higher value for <a class="reference external" href="https://docs.gunicorn.org/en/stable/settings.html#timeout">timeout</a> can be set.</p>
|
||||
</div>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p>More information on deployment with Gunicorn in its <a class="reference external" href="https://docs.gunicorn.org/en/stable/deploy.html">documentation</a>.</p>
|
||||
</div>
|
||||
<ul class="simple">
|
||||
<li><p>for task queue workers: <code class="docutils literal notranslate"><span class="pre">fittrackee_workers.service</span></code></p></li>
|
||||
|
File diff suppressed because one or more lines are too long
@ -712,8 +712,12 @@ Examples (to update depending on your application configuration and given distri
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
||||
.. note::
|
||||
More information on `Gunicorn documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__
|
||||
To handle large files, a higher value for `timeout <https://docs.gunicorn.org/en/stable/settings.html#timeout>`__ can be set.
|
||||
|
||||
.. note::
|
||||
More information on deployment with Gunicorn in its `documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__.
|
||||
|
||||
- for task queue workers: ``fittrackee_workers.service``
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user