Fix a typo with web_root
Apparently more @ is needed. Change-Id: I9580873f1e4995662ee7616a7e80808e6ced9816
This commit is contained in:
parent
67dc98c908
commit
9f5225752d
@ -88,7 +88,7 @@ listen_port=<%= @web_listen_port %>
|
||||
<% end -%>
|
||||
status_url=<%= @status_url %>
|
||||
<% if @web_root != "" -%>
|
||||
root=<%= web_root %>
|
||||
root=<%= @web_root %>
|
||||
<% end -%>
|
||||
|
||||
<% @connections.each do |connection| -%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user