diff --git a/lmtrex/config/lmtrex.httpd.conf.in b/lmtrex/config/lmtrex.httpd.conf.in index 9924a63..837555f 100644 --- a/lmtrex/config/lmtrex.httpd.conf.in +++ b/lmtrex/config/lmtrex.httpd.conf.in @@ -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} WSGIProcessGroup lmtrex