summaryrefslogtreecommitdiff
path: root/docker/etc
diff options
context:
space:
mode:
Diffstat (limited to 'docker/etc')
-rw-r--r--docker/etc/nginx/nginx.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/etc/nginx/nginx.conf b/docker/etc/nginx/nginx.conf
index 5ffbba0a..e05c1f88 100644
--- a/docker/etc/nginx/nginx.conf
+++ b/docker/etc/nginx/nginx.conf
@@ -17,7 +17,10 @@ http {
server_tokens off;
access_log off;
error_log /dev/stderr;
-
+
+ fastcgi_buffers 16 16k;
+ fastcgi_buffer_size 32k;
+
server {
listen 80;
listen 443 ssl;