Skip to content

Commit d017be2

Browse files
author
Joe Rodriguez Jr
committed
Fixing erg syntax errors.
1 parent 014eab0 commit d017be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vhost-loadbalancing.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ upstream workers {
1515
# Hack to add in additonal upstream for caches
1616
upstream cache_workers {
1717
<% @caches.each do |cache| -%>
18-
server <%= worker %>;
18+
server <%= cache %>;
1919
<% end -%>
2020
}
2121
<% end -%>

0 commit comments

Comments
 (0)