mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 04:27:09 +03:00
Update nginx config
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
worker_processes 4;
|
||||
worker_rlimit_nofile 400000;
|
||||
worker_processes 6;
|
||||
worker_rlimit_nofile 800000;
|
||||
worker_shutdown_timeout 10;
|
||||
|
||||
events {
|
||||
worker_connections 500000; # Default: 1024
|
||||
worker_connections 700000; # Default: 1024
|
||||
}
|
||||
|
||||
http {
|
||||
@@ -40,8 +40,11 @@ http {
|
||||
server 10.0.0.5:4441;
|
||||
server 10.0.0.5:4442;
|
||||
|
||||
#server 10.0.0.6:4441;
|
||||
#server 10.0.0.6:4442;
|
||||
server 10.0.0.6:4441;
|
||||
server 10.0.0.6:4442;
|
||||
|
||||
#server 10.0.0.8:4441;
|
||||
#server 10.0.0.8:4442;
|
||||
|
||||
#server 134.209.69.251:80 backup;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user