Skip to content

Commit d879ef2

Browse files
committed
more scalablity with apache
1 parent 68ccf39 commit d879ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN a2enmod headers
3434
# ML: maybe better to map this file from outside?
3535
RUN echo '\n\
3636
<VirtualHost *:8080>\n\
37-
WSGIDaemonProcess zeeguu_api home=/zeeguu-data/ python-path=/Zeeguu-API/\n\
37+
WSGIDaemonProcess zeeguu_api processes=4 threads=15 request-timeout=300 home=/zeeguu-data/ python-path=/Zeeguu-API/\n\
3838
WSGIScriptAlias / /Zeeguu-API/zeeguu_api.wsgi\n\
3939
<Location />\n\
4040
WSGIProcessGroup zeeguu_api\n\

0 commit comments

Comments
 (0)