wsgi app path fix

This commit is contained in:
Serghei Mihai 2015-03-24 15:36:13 +01:00
parent 0187b58c39
commit a4a2c56d4c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ DAEMON_ARGS=${DAEMON_ARGS:-"--pid $PIDFILE \
--worker-class=sync \
--timeout=$TIMEOUT \
--name $NAME \
$NAME.wsgi:application"}
uauth.wsgi:application"}
# Load the VERBOSE setting and other rcS variables
. /lib/init/vars.sh