Updated Home (markdown)

Lukas Rieger 2020-04-05 11:10:55 +02:00
parent a0226c3d31
commit 02a9661294
1 changed files with 1 additions and 1 deletions

@ -35,7 +35,7 @@ By default it's your servers public ip-address (e.g. 123.45.67.8) and the port (
### Q: I still can't access the website!
Here is a checklist:
- Have you set the correct public ip of my server in the configuration? (E.g. `ip: "123.45.67.8"`)
- Have you set the correct public ip of your server in the configuration? (E.g. `ip: "123.45.67.8"`)
- Do you get a message saying `Webserver started...` in your server-console/log? If not, check the configuration again.
- Is the port (`8100` by default) open and forwarded correctly? Or is your firewall blocking incoming connections on the port? Ask your provider if you don't know this.