Skip to content

Commit

Permalink
Merge pull request MUnique#493 from lucasfcnunes/patch-1
Browse files Browse the repository at this point in the history
docs: Update README.md
  • Loading branch information
sven-n authored Sep 10, 2024
2 parents 1b7bc18 + eaa1361 commit 9f35daf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions deploy/all-in-one-traefik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ The all in one (with traefik) deployment is recommended, if you want to host
on a small machine with a low amount of players and want to host your
MuOnline Website on the same machine.

Once Traefik works as a Reverse Proxy, you can handle miltiple website
without change the default port to HTTP/HTTPS connections.
Once Traefik works as a Reverse Proxy, you can handle multiple websites
without changing the default port to HTTP/HTTPS connections.

Addin a few labels to your container, you will tell Traefik how to
handle incoming requests and he will redirect to the correct website.

``` yml
version: '3'
Adding a few labels to your container, you will tell Traefik how to
handle incoming requests and it will redirect to the correct website.

```yaml
services:
admin-panel:
...
Expand All @@ -35,7 +33,7 @@ services:
You can even add multiple domains and/or subdomains to your host label
``` yml
``` yaml
- "traefik.http.routers.muonline.rule=Host(`www.domain1.com`,`domain1.com`,`sub.domain1.com`)"
```
Expand Down

0 comments on commit 9f35daf

Please sign in to comment.