Merge pull request #51 from wazuh/fix-nginx-kibana-6.4.0

Increased proxy buffer for NGINX Kibana
This commit is contained in:
AlfonsoRBJ
2018-11-05 12:34:16 +01:00
committed by GitHub
+3
View File
@@ -47,6 +47,9 @@ server {
auth_basic "Restricted";
auth_basic_user_file /etc/nginx/conf.d/kibana.htpasswd;
proxy_pass http://${KIBANA_HOST}/;
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
}
}
EOF