From 06e0ed0f00298d3593392fe99ff79ec34d621f1d Mon Sep 17 00:00:00 2001 From: Jonathan Rietveld Date: Sat, 6 Jan 2024 02:56:56 +0100 Subject: [PATCH] fix: Typos in comments (#680) --- postorius/mailman-web/uwsgi.ini | 4 ++-- web/mailman-web/uwsgi.ini | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/postorius/mailman-web/uwsgi.ini b/postorius/mailman-web/uwsgi.ini index 9c025ee..e5d00a6 100644 --- a/postorius/mailman-web/uwsgi.ini +++ b/postorius/mailman-web/uwsgi.ini @@ -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 diff --git a/web/mailman-web/uwsgi.ini b/web/mailman-web/uwsgi.ini index 8e917a3..897ebad 100644 --- a/web/mailman-web/uwsgi.ini +++ b/web/mailman-web/uwsgi.ini @@ -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