We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503e350 commit 2365368Copy full SHA for 2365368
docker/entrypoint-uwsgi.sh
@@ -37,5 +37,6 @@ exec uwsgi \
37
--threads ${DD_UWSGI_NUM_OF_THREADS:-2} \
38
--wsgi dojo.wsgi:application \
39
--buffer-size="${DD_UWSGI_BUFFER_SIZE:-8192}" \
40
- # HTTP endpoint is enabled for Kubernetes liveness checks. It should not be exposed as a serivce.
41
--http 0.0.0.0:8081 --http-to ${DD_UWSGI_ENDPOINT}
+ # HTTP endpoint is enabled for Kubernetes liveness checks. It should not be exposed as a serivce.
42
+
0 commit comments