Skip to content

Commit

Permalink
update mrisk dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoktenz committed Jun 21, 2024
1 parent 01a1f47 commit 1bb53a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions melanomarisktool/docker/backend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ CMD mod_wsgi-express start-server /app/server/melanomarisktool.wsgi \
--user apache \
--group apache \
--port 80 \
--max-clients 3000 \
--socket-timeout 900 \
--queue-timeout 900 \
--shutdown-timeout 900 \
--graceful-timeout 900 \
--connect-timeout 900 \
--request-timeout 900 \
--keep-alive-timeout 60 \
--compress-responses \
--log-to-terminal \
--access-log \
Expand Down

0 comments on commit 1bb53a7

Please sign in to comment.