fix: Typos in comments (#680)

This commit is contained in:
Jonathan Rietveld
2024-01-06 02:56:56 +01:00
committed by GitHub
parent 2331cb3c9b
commit 06e0ed0f00
2 changed files with 5 additions and 5 deletions

View File

@@ -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