infrastructure/nginx/conf.d/minecraft.conf
Bensuperpc 6c244e3e68
Update nginx containter
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2023-03-19 13:01:07 +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;
# }
#}