Fix traefik django-media typo

This commit is contained in:
Arkadiusz Ryś 2020-03-17 16:19:55 +01:00
parent 8dbc0c494c
commit 247fd21b44
No known key found for this signature in database
GPG Key ID: 8557F612E405EF84

View File

@ -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 %}