Skip to content

Commit 06f5069

Browse files
authored
Fix link to nginx guide
1 parent 00873a9 commit 06f5069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/Customisation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ To use a custom domain for your BlueMap, instead of a numerical IP, it works lik
136136
Putting BlueMap onto a domain is best done in multiple steps:
137137
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`)
138138
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 :)
139-
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
139+
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: [nginx.org/en/docs/beginners_guide](https://nginx.org/en/docs/beginners_guide.html)
140140
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)
141141
4. Once you have that, you can even set up SLL (HTTPS)
142142

0 commit comments

Comments
 (0)