Update CMD

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2023-03-17 20:50:58 +01:00
parent 8206135575
commit cf07b3d1fa
2 changed files with 17 additions and 10 deletions

View File

@ -1,8 +1,12 @@
#stream {
# server {
# listen 25565;
# server_name minecraft.bensuperpc.org www.minecraft.bensuperpc.org;
#
# proxy_pass minecraft:25565;
# }
#upstream minecraft {
# server minecraft:25565;
#}
#
#server {
# listen 25566;
# server_name minecraft.bensuperpc.org www.minecraft.bensuperpc.org;
# location / {
# proxy_pass minecraft;
# }
#}