mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 11:21:13 +00:00
Fix small syntax errors (#627)
This commit is contained in:
parent
67d755e6d3
commit
93dfc85cf7
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ be provided to the containers from the first boot.
|
||||||
* If you want to support push notifications, set ``TAKAHE_VAPID_PUBLIC_KEY``
|
* If you want to support push notifications, set ``TAKAHE_VAPID_PUBLIC_KEY``
|
||||||
and ``TAKAHE_VAPID_PRIVATE_KEY`` to a valid VAPID keypair (note that if you
|
and ``TAKAHE_VAPID_PRIVATE_KEY`` to a valid VAPID keypair (note that if you
|
||||||
ever change these, push notifications will stop working). You can generate
|
ever change these, push notifications will stop working). You can generate
|
||||||
a keypair at `https://web-push-codelab.glitch.me/`_.
|
a keypair at `<https://web-push-codelab.glitch.me/>`_.
|
||||||
|
|
||||||
There are some other, optional variables you can tweak once the
|
There are some other, optional variables you can tweak once the
|
||||||
system is up and working - see :doc:`tuning` for more.
|
system is up and working - see :doc:`tuning` for more.
|
||||||
|
|
|
@ -30,7 +30,7 @@ using more resources if you give them to it), you can:
|
||||||
has to send a copy of each of their posts to every follower, separately.
|
has to send a copy of each of their posts to every follower, separately.
|
||||||
|
|
||||||
* Takahe is run with Gunicorn which spawns several
|
* Takahe is run with Gunicorn which spawns several
|
||||||
[workers](https://docs.gunicorn.org/en/stable/settings.html#workers) to
|
`workers <https://docs.gunicorn.org/en/stable/settings.html#workers>`_ to
|
||||||
handle requests. Depending on what environment you are running Takahe on,
|
handle requests. Depending on what environment you are running Takahe on,
|
||||||
you might want to customize this via the ``GUNICORN_CMD_ARGS`` environment
|
you might want to customize this via the ``GUNICORN_CMD_ARGS`` environment
|
||||||
variable. For example - ``GUNICORN_CMD_ARGS="--workers 2"`` to set the
|
variable. For example - ``GUNICORN_CMD_ARGS="--workers 2"`` to set the
|
||||||
|
|
Loading…
Reference in a new issue