mirror of
				https://github.com/tiyn/wiki.git
				synced 2025-10-31 02:11:15 +01:00 
			
		
		
		
	traefik: fixed typo in reverse proxy section
This commit is contained in:
		| @@ -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. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user