mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
Update nginx config
This commit is contained in:
parent
5a358caedb
commit
4fa4fdf1e3
1 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue