From 596822c95c3e5a3a18e755dec6e24bc1a82ffb11 Mon Sep 17 00:00:00 2001 From: zzeppozz Date: Thu, 27 May 2021 15:50:21 -0500 Subject: [PATCH] fix script name --- lmtrex/config/broker.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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