Skip to content

Commit

Permalink
[Gepardec/mega#762] set proxy timeout of nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollitod committed Jan 8, 2025
1 parent 1b2ed61 commit d3d1813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx-config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ http {

location / {
try_files $uri $uri/ /index.html;
proxy_read_timeout 120s; # Increase to a higher value
proxy_connect_timeout 120s; # Increase to a higher value
proxy_send_timeout 120s; # Increase to a higher value
}

location = /index.html {
Expand Down

0 comments on commit d3d1813

Please # to comment.