Skip to content

Commit

Permalink
fix for gateway timeout issue #187
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 1, 2023
1 parent fe57144 commit 8ec5ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ server {
uwsgi_param SERVER_NAME $server_name;

uwsgi_pass 127.0.0.1:8888;
uwsgi_read_timeout 600; #this is extremely long (10min) but may be needed for large files or slow systems
}

# You may need this to prevent return 404 recursion.
Expand Down

0 comments on commit 8ec5ef4

Please sign in to comment.