Skip to content

Commit

Permalink
add 'fastcgi_read_timeout 600;' (default is 60
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 25, 2024
1 parent 998e098 commit 78bef99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions confs/matomo/nginx/sites-enabled/default
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ server {
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
# # With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000;
# increasing timeout so that API calls to export data do not timeout
fastcgi_read_timeout 600;
}


Expand Down

0 comments on commit 78bef99

Please sign in to comment.