infrastructure/nginx/conf.d/stream/minecraft.conf

6 lines
171 B
Plaintext
Raw Normal View History

#server {
# Port number the reverse proxy is listening on
# listen 25565;
# The original Minecraft server address
# proxy_pass server.example.com:25565;
#}