mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Added a comment to relevant part of documentation. Also removed the unnecessary scheme key as the default value for scheme is https anyway
This commit is contained in:
parent
35b89997ef
commit
2408fc7756
|
@ -6,10 +6,10 @@ entryPoints:
|
|||
# http
|
||||
address: ":80"
|
||||
http:
|
||||
# https://docs.traefik.io/routing/entrypoints/#entrypoint
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: web-secure
|
||||
scheme: https
|
||||
|
||||
web-secure:
|
||||
# https
|
||||
|
|
Loading…
Reference in New Issue
Block a user