mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #20330 -- Normalized spelling of "web server".
Thanks Baptiste Mispelon for the report.
This commit is contained in:
parent
b47b0211f5
commit
1267d2d9bc
7 changed files with 14 additions and 14 deletions
|
@ -112,7 +112,7 @@ Running a preforked server on a Unix domain socket::
|
|||
|
||||
.. admonition:: Socket security
|
||||
|
||||
Django's default umask requires that the webserver and the Django fastcgi
|
||||
Django's default umask requires that the web server and the Django fastcgi
|
||||
process be run with the same group **and** user. For increased security,
|
||||
you can run them under the same group but as different users. If you do
|
||||
this, you will need to set the umask to 0002 using the ``umask`` argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue