# HG changeset patch # User IBBoard # Date 1601491194 -3600 # Node ID 03a9bab1a56a063f523d55e69574d182175322a7 # Parent 78a9c59461545ec859ef7303cd38f05436538e79 Make mod_wsgi settings optional This lets us run a test server without it (and all the dev.ibboard.co.uk services) diff -r 78a9c5946154 -r 03a9bab1a56a modules/website/files/zzz-0-custom.conf --- a/modules/website/files/zzz-0-custom.conf Fri Oct 02 20:16:04 2020 +0100 +++ b/modules/website/files/zzz-0-custom.conf Wed Sep 30 19:39:54 2020 +0100 @@ -31,7 +31,9 @@ AddOutputFilterByType DEFLATE application/x-javascript -WSGISocketPrefix run/wsgi + + WSGISocketPrefix run/wsgi + BrowserMatch "Mozilla/2" nokeepalive BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0