mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-18 13:38:22 +03:00
Fix wrong timeout variable being used
This commit is contained in:
@@ -21,7 +21,6 @@ http {
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
include /etc/nginx/proxy.conf;
|
||||
proxy_next_upstream_timeout 10s;
|
||||
|
||||
# error_map has to be at http level
|
||||
include /etc/nginx/error_map.conf;
|
||||
|
||||
@@ -5,8 +5,8 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Connection "";
|
||||
client_max_body_size 10m;
|
||||
client_body_buffer_size 128k;
|
||||
#proxy_connect_timeout 10;
|
||||
proxy_connect_timeout 5s;
|
||||
#proxy_send_timeout 10;
|
||||
#proxy_read_timeout 10;
|
||||
proxy_read_timeout 10s;
|
||||
proxy_buffers 32 4k;
|
||||
proxy_http_version 1.1;
|
||||
proxy_http_version 1.1;
|
||||
Reference in New Issue
Block a user