traefik: fixed typo in reverse proxy section

master
TiynGER 3 years ago
parent 1fbc10df24
commit 02f4b67f37

@ -180,10 +180,10 @@ To create a reverse proxy from a docker container add the following lines in the
```yml ```yml
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.gitea-secure.entrypoints=websecure" - "traefik.http.routers.<service name>-secure.entrypoints=websecure"
- "traefik.http.routers.gitea-secure.rule=Host(`<subdomain>.<domain>`)" - "traefik.http.routers.<service name>-secure.rule=Host(`<subdomain>.<domain>`)"
- "traefik.http.routers.gitea-secure.service=<service name>" - "traefik.http.routers.<service name>-secure.service=<service name>"
- "traefik.http.services.gitea.loadbalancer.server.port=<port>" - "traefik.http.services.<service name>.loadbalancer.server.port=<port>"
``` ```
This configuration automatically redirects http to https. This configuration automatically redirects http to https.

Loading…
Cancel
Save