mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
Fix traefik django-media typo
This commit is contained in:
parent
8dbc0c494c
commit
247fd21b44
|
@ -43,7 +43,7 @@ http:
|
|||
certResolver: letsencrypt
|
||||
{%- if cookiecutter.cloud_provider == 'nginx' %}
|
||||
|
||||
web-media:
|
||||
web-media-router:
|
||||
rule: "Host(`{{ cookiecutter.domain_name }}`) && PathPrefix(`/media/`)"
|
||||
entryPoints:
|
||||
- web-secure
|
||||
|
@ -71,7 +71,7 @@ http:
|
|||
- url: http://django:5000
|
||||
{%- if cookiecutter.cloud_provider == 'nginx' %}
|
||||
django-media:
|
||||
loadBalander:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://nginx:80
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user