mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 21:47:02 +03:00
Fix nginx config issues
This commit is contained in:
@@ -22,14 +22,15 @@ http {
|
||||
text/csv csv;
|
||||
}
|
||||
# keepalive settings
|
||||
keepalive 5;
|
||||
keepalive_request 10;
|
||||
keepalive_requests 10;
|
||||
keepalive_timeout 5;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "";
|
||||
|
||||
upstream backend_GET {
|
||||
ip_hash;
|
||||
|
||||
keepalive 5;
|
||||
#server localhost:4441;
|
||||
#server localhost:4442;
|
||||
#server localhost:4443;
|
||||
|
||||
Reference in New Issue
Block a user