We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba65a6 commit e8f6710Copy full SHA for e8f6710
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM logicify/python-wsgi:latest
+FROM logicify/python-wsgi:3.5-g19.6
2
MAINTAINER "Dmitry Berezovsky <dmitry.berezovsky@logicify.com>"
3
4
ENV PROXY_TIMEOUT "90"
nginx/nginx.conf
@@ -34,7 +34,7 @@ http {
34
proxy_set_header Host $host;
35
proxy_set_header X-Real-IP $remote_addr;
36
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
37
- client_max_body_size 3g;
+ client_max_body_size 1024m;
38
client_body_buffer_size 128k;
39
proxy_connect_timeout 90;
40
proxy_buffers 32 4k;
0 commit comments