Fix a typo with web_root

Apparently more @ is needed.

Change-Id: I9580873f1e4995662ee7616a7e80808e6ced9816
This commit is contained in:
James E. Blair 2019-08-09 09:12:58 -07:00
parent 67dc98c908
commit 9f5225752d
1 changed files with 1 additions and 1 deletions

View File

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