Skip to content
Snippets Groups Projects
Commit 7460b308 authored by Kevin Rakotobe's avatar Kevin Rakotobe
Browse files

Update start.sh

parent a5a0a863
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,4 @@ echo "Step 01. starting nginx" ...@@ -6,4 +6,4 @@ echo "Step 01. starting nginx"
echo "Step 02. starting gunicorn" echo "Step 02. starting gunicorn"
gunicorn -w 3 -b 0.0.0.0:5000 config.wsgi:application --timeout 300 --max-requests 1 gunicorn -w 3 -b 0.0.0.0:5000 config.wsgi:application --timeout 300 --max-requests 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment