infrastructure/nginx-conf/minecraft.conf
Bensuperpc cf07b3d1fa
Update CMD
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2023-03-17 20:50:58 +01:00

13 lines
217 B
Plaintext

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