Fix blog upstream setting

Removed setting the landingpage upstream accidentally, switched its
alias to blog instead.
This commit is contained in:
Marty Oehme 2021-12-19 10:09:25 +01:00
parent 3a5b5680cf
commit 3ee003f94c
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 1 additions and 3 deletions

View file

@ -8,4 +8,4 @@ blog_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
blog_use_https: true
# the subdomain link blog will be reachable under
# subdomain_alias: blog
subdomain_alias: blog

View file

@ -9,8 +9,6 @@
{% else %}
"{{ stack_name }}.{{ server_domain }}"
{% endif %}
,
"{{ server_domain }}"
]
}
],