Missing indentation in the configuration.
This commit is contained in:
parent
c55433e081
commit
21a9a631df
|
@ -10,7 +10,7 @@ proxy:
|
||||||
{% else %}
|
{% else %}
|
||||||
bind-address: {{ shinyproxy_bind_address }}
|
bind-address: {{ shinyproxy_bind_address }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
port: {{ shinyproxy_http_port }}
|
port: {{ shinyproxy_http_port }}
|
||||||
hide-navbar: {{ shinyproxy_hide_navbar }}
|
hide-navbar: {{ shinyproxy_hide_navbar }}
|
||||||
{% if shinyproxy_custom_template %}
|
{% if shinyproxy_custom_template %}
|
||||||
template-path: {{ shinyproxy_template_path }}
|
template-path: {{ shinyproxy_template_path }}
|
||||||
|
|
Loading…
Reference in New Issue