I've meant Nginx config ;)
Start to test Nginx:
nginx -t
Try raising the timeout:
location ~ .php$ {
......
fastcgi_read_timeout 300;
......
}
In /etc/php/7.4/fpm/pool.d/www.conf
change
;request_terminate_timeout = 0
on
request_terminate_timeout = 300
service nginx reload
service php-7.4-fpm restart
Thank you Nikolai! I will test this and come back to you.
I am sorry that I am slow to respond. This is a volunteer project that I can only work on 1 day / week on Fridays.
Your suggestion was tested, but the outcome remains the same:
2023/02/17 13:52:00 [error] 14614#14614: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 88.165.95.156, server: discussion.cosmopoliticalcoop.site, request: "POST /action/group_tools/mail HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.4-fpm.sock:", host: "discussion.cosmopoliticalcoop.site", referrer: "https://discussion.cosmopoliticalcoop.site/groups/mail/107"
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.