Skip to content

Commit

Permalink
Adds read/send timeouts for fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
DOMjudge team authored and vmcj committed Sep 4, 2024
1 parent 56da794 commit 7535acf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ location @domjudgeFront {
fastcgi_pass domjudge;
include fastcgi_params;
fastcgi_param SERVER_NAME $host;
fastcgi_read_timeout 600;
fastcgi_send_timeout 600;

fastcgi_param SCRIPT_FILENAME $domjudgeRoot/index.php;
fastcgi_param SCRIPT_NAME $prefix/index.php;
fastcgi_param REQUEST_URI $prefix$uri?$args;
Expand Down

0 comments on commit 7535acf

Please sign in to comment.