diff --git a/lmtrex/config/broker.conf.in b/lmtrex/config/broker.conf.in index 837555f..5a33c89 100644 --- a/lmtrex/config/broker.conf.in +++ b/lmtrex/config/broker.conf.in @@ -25,7 +25,7 @@ RewriteEngine on # Broker WSGI WSGIDaemonProcess lmtrex threads=5 - WSGIScriptAlias /api/v1 /var/www/lmtrex/lmtrex.wsgi process-group=lmtrex application-group=${GLOBAL} + WSGIScriptAlias /api/v1 /var/www/lmtrex/broker.wsgi process-group=lmtrex application-group=${GLOBAL} WSGIProcessGroup lmtrex