Documention - update deployment with gunicorn

see #311
This commit is contained in:
Sam 2023-03-05 20:36:59 +01:00
parent 21ea48853e
commit 4ebde266b9
4 changed files with 16 additions and 4 deletions

View File

@ -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``

View File

@ -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

View File

@ -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``