nginx/stream/minecraft.conf

5 lines
96 B
Plaintext
Raw Normal View History

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