mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-18 05:28:27 +03:00
move post server again
This commit is contained in:
committed by
GitHub
parent
5f4f45056e
commit
70a507818f
@@ -80,7 +80,7 @@ http {
|
||||
upstream backend_POST {
|
||||
#server localhost:4441;
|
||||
#server localhost:4442;
|
||||
server 10.0.0.4:4441 max_fails=25 fail_timeout=15s;
|
||||
server 10.0.0.3:4441 max_fails=25 fail_timeout=15s;
|
||||
#server 10.0.0.3:4442;
|
||||
}
|
||||
upstream backend_db {
|
||||
|
||||
Reference in New Issue
Block a user