Skip to content

Commit 2365368

Browse files
authored
Remove comment to fix DefectDojo#3392 (DefectDojo#3393)
* Remove comment to fix DefectDojo#3392 * Re-add comment after the uwsgi command Co-authored-by: Bertrand Goareguer <[email protected]>
1 parent 503e350 commit 2365368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/entrypoint-uwsgi.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ exec uwsgi \
3737
--threads ${DD_UWSGI_NUM_OF_THREADS:-2} \
3838
--wsgi dojo.wsgi:application \
3939
--buffer-size="${DD_UWSGI_BUFFER_SIZE:-8192}" \
40-
# HTTP endpoint is enabled for Kubernetes liveness checks. It should not be exposed as a serivce.
4140
--http 0.0.0.0:8081 --http-to ${DD_UWSGI_ENDPOINT}
41+
# HTTP endpoint is enabled for Kubernetes liveness checks. It should not be exposed as a serivce.
42+

0 commit comments

Comments
 (0)