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

Commit

Permalink
fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeppozz committed May 27, 2021
1 parent da3f9c0 commit 596822c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmtrex/config/broker.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 process-group=lmtrex application-group=${GLOBAL}
WSGIScriptAlias /api/v1 /var/www/lmtrex/broker.wsgi process-group=lmtrex application-group=${GLOBAL}

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

0 comments on commit 596822c

Please sign in to comment.