Fix a typo
This commit is contained in:
parent
45d0cf8024
commit
8775471354
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ echo "waitress-serve $APP_MODULE"
|
||||||
# --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
|
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