Fix a typo with web_root
Apparently more @ is needed. Change-Id: I9580873f1e4995662ee7616a7e80808e6ced9816
This commit is contained in:
		@@ -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| -%>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user