summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen James <StephenOrJames@users.noreply.github.com>2019-11-04 19:15:41 -0500
committerGitHub <noreply@github.com>2019-11-04 19:15:41 -0500
commit90600a85b05263838e591eab4b20b16c1f604c0c (patch)
tree52ef3f2e1a2d306dfa8e62d4bae7b27f44a2f739
parent2705a29c4ffb6d05c2c187831266b43780d6489b (diff)
downloadmod_wsgi-90600a85b05263838e591eab4b20b16c1f604c0c.tar.gz
Fix typo: change "scrip-group" to "script-group"
-rw-r--r--docs/configuration-directives/WSGIDaemonProcess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-directives/WSGIDaemonProcess.rst b/docs/configuration-directives/WSGIDaemonProcess.rst
index 601b7f9..c998764 100644
--- a/docs/configuration-directives/WSGIDaemonProcess.rst
+++ b/docs/configuration-directives/WSGIDaemonProcess.rst
@@ -184,7 +184,7 @@ Options which can be supplied to the ``WSGIDaemonProcess`` directive are:
Only one of ``script-user`` or ``script-group`` option can be used at
the same time.
-**script-group=name | scrip-group=#gid**
+**script-group=name | script-group=#gid**
Sets the group that must be the group of any WSGI script file delegated
to be run in the daemon process group. If the group doesn't match a
HTTP Forbidden response will be returned for any request.