lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
151 stars 47 forks source link

Increase nginx limits #7

Closed valentinewallace closed 5 years ago

valentinewallace commented 5 years ago

Current limits are:

    client_body_buffer_size  4K;
    client_header_buffer_size 4k;
    client_max_body_size 4k;
    large_client_header_buffers 2 4k;

which is causing the problem from this issue for large dashboards: https://github.com/grafana/grafana/issues/3176