Fix blog upstream setting
Removed setting the landingpage upstream accidentally, switched its alias to blog instead.
This commit is contained in:
parent
3a5b5680cf
commit
3ee003f94c
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@
|
|||
{% else %}
|
||||
"{{ stack_name }}.{{ server_domain }}"
|
||||
{% endif %}
|
||||
,
|
||||
"{{ server_domain }}"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue