infrastructure/nginx/conf.d/minecraft.conf

13 lines
217 B
Plaintext
Raw Normal View History

#upstream minecraft {
# server minecraft:25565;
#}
#
#server {
# listen 25566;
# server_name minecraft.bensuperpc.org www.minecraft.bensuperpc.org;
# location / {
# proxy_pass minecraft;
# }
#}