fix new line

This commit is contained in:
deflax 2025-02-06 20:21:31 +02:00
parent d5759cdd31
commit 711461c57c

View file

@ -15,5 +15,5 @@ echo "waitress-serve $APP_MODULE"
pwd
waitress-serve --port=8080 --threads=16 \
--trusted-proxy='*' --log-untrusted-proxy-headers \
--trusted-proxy-headers='x-forwarded-for'
--trusted-proxy-headers='x-forwarded-for' \
--call $APP_MODULE