comparison docs/setup.rst @ 5791:73493ddc8c9e stable

docs: fix typo
author Mads Kiilerich <madski@unity3d.com>
date Mon, 04 Apr 2016 23:34:13 +0200
parents 8c479b274e03
children 5a47ce11427c cc21a2b86a30
comparison
equal deleted inserted replaced
5790:ac4daf775230 5791:73493ddc8c9e
752 WSGIPassAuthorization On 752 WSGIPassAuthorization On
753 753
754 Apache will by default run as a special Apache user, on Linux systems 754 Apache will by default run as a special Apache user, on Linux systems
755 usually ``www-data`` or ``apache``. If you need to have the repositories 755 usually ``www-data`` or ``apache``. If you need to have the repositories
756 directory owned by a different user, use the user and group options to 756 directory owned by a different user, use the user and group options to
757 WSGIDaemonProcess to set the name of the user and group. """ 757 WSGIDaemonProcess to set the name of the user and group.
758 758
759 .. note:: 759 .. note::
760 If running Kallithea in multiprocess mode, 760 If running Kallithea in multiprocess mode,
761 make sure you set ``instance_id = *`` in the configuration so each process 761 make sure you set ``instance_id = *`` in the configuration so each process
762 gets it's own cache invalidation key. 762 gets it's own cache invalidation key.