diff doc/admin_guide.txt @ 8461:1522e0e15903

doc: remove uWSGI references as it is in maint mode and not being updated Replaced with Waitress where appropriate.
author John Rouillard <rouilj@ieee.org>
date Tue, 30 Sep 2025 18:08:14 -0400
parents 14c7c07b32d8
children d36bd4c521ac
line wrap: on
line diff
--- a/doc/admin_guide.txt	Sat Sep 27 17:26:32 2025 -0400
+++ b/doc/admin_guide.txt	Tue Sep 30 18:08:14 2025 -0400
@@ -738,7 +738,7 @@
     dynamic_compression = No
 
 in the tracker's ``config.ini``. You should disable compression if
-your proxy (e.g. nginx or apache) or wsgi server (uwsgi) is configured
+your proxy (e.g. nginx or apache) is configured
 to compress responses on the fly. The python standard library includes
 gzip support. For brotli or zstd you will need to install packages. See
 the `installation documentation`_ for details.
@@ -900,9 +900,9 @@
 Fixed CSP
 ---------
 
-If you are using a web server (Apache, Nginx) to run Roundup, you can
-add a ``Content-Security-Policy`` header using that server. WSGI
-servers like uWSGI can also be configured to add headers.  An example
+If you are using a web server (Apache, Nginx) to run Roundup, you
+can add a ``Content-Security-Policy`` header using that
+server. WSGI middleware can be written to add headers.  An example
 header would look like::
 
   Content-Security-Policy: default-src 'self' 'unsafe-inline' 'strict-dynamic';

Roundup Issue Tracker: http://roundup-tracker.org/