call app.api:create_app
This commit is contained in:
parent
a8d25d4821
commit
aff74f3f76
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ else
|
|||
fi
|
||||
|
||||
# Start Waitress
|
||||
echo "waitress-serve $APP_MODULE"
|
||||
#echo "waitress-serve $APP_MODULE"
|
||||
exec waitress-serve --listen=*:8080 --trusted-proxy='*' \
|
||||
#--trusted-proxy-headers="x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port" \
|
||||
--log-untrusted-proxy-headers --threads=16 --call $APP_MODULE
|
||||
--log-untrusted-proxy-headers --threads=16 --call app.api:create_app
|
||||
|
|
Loading…
Add table
Reference in a new issue