mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +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
|
# http
|
||||||
address: ":80"
|
address: ":80"
|
||||||
http:
|
http:
|
||||||
|
# https://docs.traefik.io/routing/entrypoints/#entrypoint
|
||||||
redirections:
|
redirections:
|
||||||
entryPoint:
|
entryPoint:
|
||||||
to: web-secure
|
to: web-secure
|
||||||
scheme: https
|
|
||||||
|
|
||||||
web-secure:
|
web-secure:
|
||||||
# https
|
# https
|
||||||
|
|
Loading…
Reference in New Issue
Block a user