Skip to content

Commit

Permalink
fix: removed proxy timeout 120s settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliif committed Jan 12, 2024
1 parent 6faa741 commit 72d0d7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions proxy_params
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header X-Forwarded-Proto $scheme;
proxy_read_timeout 120s;
proxy_send_timeout 120s;
proxy_connect_timeout 120s;

0 comments on commit 72d0d7f

Please sign in to comment.