Skip to content

Commit e8f6710

Browse files
committed
Python 3.5 with latest stable gunicorn (Async workers)
1 parent 5ba65a6 commit e8f6710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM logicify/python-wsgi:latest
1+
FROM logicify/python-wsgi:3.5-g19.6
22
MAINTAINER "Dmitry Berezovsky <dmitry.berezovsky@logicify.com>"
33

44
ENV PROXY_TIMEOUT "90"

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http {
3434
proxy_set_header Host $host;
3535
proxy_set_header X-Real-IP $remote_addr;
3636
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
37-
client_max_body_size 3g;
37+
client_max_body_size 1024m;
3838
client_body_buffer_size 128k;
3939
proxy_connect_timeout 90;
4040
proxy_buffers 32 4k;

0 commit comments

Comments
 (0)