mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Update docs/configuring-playbook-traefik.md: fix the incorrect hostname
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
		| @@ -99,7 +99,7 @@ aux_file_definitions: | ||||
|       http: | ||||
|         routers: | ||||
|           webserver-router: | ||||
|             rule: Host(`my_fancy_website.example.com`) | ||||
|             rule: Host(`my-fancy-website.example.net`) | ||||
|             service: webserver-service | ||||
|             tls: | ||||
|               certResolver: default | ||||
| @@ -122,7 +122,7 @@ aux_file_definitions: | ||||
|       tcp: | ||||
|         routers: | ||||
|           webserver-router: | ||||
|             rule: Host(`my_fancy_website.example.com`) | ||||
|             rule: Host(`my-fancy-website.example.net`) | ||||
|             service: webserver-service | ||||
|             tls: | ||||
|               passthrough: true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user