fix: Typos in comments (#680)
This commit is contained in:
committed by
GitHub
parent
2331cb3c9b
commit
06e0ed0f00
@@ -3,7 +3,7 @@
|
||||
uwsgi-socket = 0.0.0.0:8080
|
||||
http-socket = 0.0.0.0:8000
|
||||
|
||||
# Move to the directory wher the django files are.
|
||||
# Move to the directory where the django files are.
|
||||
chdir = /opt/mailman-web
|
||||
|
||||
# Use the wsgi file provided with the django project.
|
||||
@@ -14,7 +14,7 @@ master = true
|
||||
processes = 2
|
||||
threads = 2
|
||||
|
||||
# Drop privielges and don't run as root.
|
||||
# Drop privileges and don't run as root.
|
||||
uid = mailman
|
||||
gid = mailman
|
||||
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
uwsgi-socket = 0.0.0.0:8080
|
||||
http-socket = 0.0.0.0:8000
|
||||
|
||||
#Enable threading for python
|
||||
# Enable threading for python
|
||||
enable-threads = true
|
||||
|
||||
# Setting uwsgi buffer size to what Apache2 supports.
|
||||
buffer-size = 8190
|
||||
|
||||
# Move to the directory wher the django files are.
|
||||
# Move to the directory where the django files are.
|
||||
chdir = /opt/mailman-web
|
||||
|
||||
# Use the wsgi file provided with the django project.
|
||||
@@ -20,7 +20,7 @@ master = true
|
||||
processes = 2
|
||||
threads = 2
|
||||
|
||||
# Drop privielges and don't run as root.
|
||||
# Drop privileges and don't run as root.
|
||||
uid = mailman
|
||||
gid = mailman
|
||||
|
||||
|
||||
Reference in New Issue
Block a user