show current dir
This commit is contained in:
parent
9b923e277e
commit
45d0cf8024
1 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ echo "waitress-serve $APP_MODULE"
|
||||||
# exec waitress-serve --listen=*:8080 --trusted-proxy='*' \
|
# exec waitress-serve --listen=*:8080 --trusted-proxy='*' \
|
||||||
# --trusted-proxy-headers="x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port" \
|
# --trusted-proxy-headers="x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port" \
|
||||||
# --log-untrusted-proxy-headers --threads=16 --call app.api:create_app
|
# --log-untrusted-proxy-headers --threads=16 --call app.api:create_app
|
||||||
|
pwd
|
||||||
waitress-serve --port=8080" --threads=16 --call $APP_MODULE"
|
waitress-serve --port=8080" --threads=16 --call $APP_MODULE
|
Loading…
Add table
Reference in a new issue