nginx/stream/minecraft.conf

6 lines
104 B
Plaintext
Raw Normal View History

2023-12-12 18:14:10 +00:00
server {
listen 25565 reuseport;
proxy_timeout 30s;
2023-12-12 18:54:32 +00:00
proxy_pass minecraft.root:25565;
}