From cee240b9794cd47dc599fc13713fe0e1df73fcb3 Mon Sep 17 00:00:00 2001 From: TechnicJelle <22576047+TechnicJelle@users.noreply.github.com> Date: Fri, 9 Aug 2024 04:54:22 +0000 Subject: [PATCH] typos --- community/Customisation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/Customisation.md b/community/Customisation.md index 2802838..130ed03 100644 --- a/community/Customisation.md +++ b/community/Customisation.md @@ -130,10 +130,10 @@ To use a custom domain for your BlueMap, instead of a numerical IP, it works lik {: .info .important } Putting BlueMap onto a domain is best done in multiple steps: -0. Make sure you have a server running on a numeric IP (`124.45.67.890`) and that BlueMap is accessible there (`http://124.45.67.890:8100`) +0. Make sure you have a server running on a numeric IP (`123.45.67.890`) and that BlueMap is accessible there (`http://123.45.67.890:8100`) 1. You should start with creating an A record in your domain's DNS settings that points to your numeric IP. BlueMap should now be accessible through `http://yourdomain.com:8100`. This is generally as far as you can get with normal Minecraft server hosts... Maybe with some nicer hosting providers, you can talk to them and discuss possibilities, though :) 2. If you have more control over your server (if you for example host at home or rent a VPS), you can install an external webserver and make it run on your domain. We generally recommend nginx. Here is a nice Getting Started guide for it: https://nginx.org/en/docs/beginners_guide.html -3. Once you have your external webserver set up, you need to reverse-proxy BlueMal with it. Here is a guide on how to do that with nginx: [NginxProxy]({{site.baseurl}}/wiki/webserver/NginxProxy.html) +3. Once you have your external webserver set up, you need to reverse-proxy BlueMap with it. Here is a guide on how to do that with nginx: [NginxProxy]({{site.baseurl}}/wiki/webserver/NginxProxy.html) 4. Once you have that, you can even set up SLL (HTTPS) ## Advanced Webapp Customisation