diff --git a/docs/Makefile b/docs/Makefile index b3a79734..ed384496 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD = ../bin/sphinx-build PAPER = BUILDDIR = build diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 326aa207..e0b16424 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -269,7 +269,7 @@ user ~~~~ * ``-u USER, --user USER`` -* ``1000`` +* ``501`` Switch worker processes to run as this user. @@ -281,7 +281,7 @@ group ~~~~~ * ``-g GROUP, --group GROUP`` -* ``1000`` +* ``20`` Switch worker process to run as this group.