Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Fix for timeout when reading response headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgrady committed May 25, 2021
1 parent 183985c commit 97db396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmtrex/config/lmtrex.httpd.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RewriteEngine on

# Broker WSGI
WSGIDaemonProcess lmtrex threads=5
WSGIScriptAlias /api/v1 /var/www/lmtrex/lmtrex.wsgi
WSGIScriptAlias /api/v1 /var/www/lmtrex/lmtrex.wsgi process-group=lmtrex application-group=${GLOBAL}

<Directory /var/www/lmtrex>
WSGIProcessGroup lmtrex
Expand Down

0 comments on commit 97db396

Please sign in to comment.