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