docker-glpi icon indicating copy to clipboard operation
docker-glpi copied to clipboard

Nginx variables for big production environment

Open Wolvverine opened this issue 3 years ago • 0 comments

    # Timeout for keep-alive connections. Server will close connections after
    # this time.
    keepalive_timeout 600;
    proxy_connect_timeout  600;
    proxy_send_timeout  600;
    proxy_read_timeout  600;
    fastcgi_send_timeout 600;
    fastcgi_read_timeout 600;

Wolvverine avatar Jan 29 '22 12:01 Wolvverine