To make it possible to establish more than 65k connections between two servers Or something else... Make mineginx.yaml like this ```yaml servers: - listen: "0.0.0.0:7878" server_name: localhost proxy_pass: - "127.0.0.1:25565" - "127.0.0.2:25565" ```
To make it possible to establish more than 65k connections between two servers
Or something else...
Make mineginx.yaml like this