Skip to content

Commit a220a86

Browse files
author
Joe Rodriguez Jr
committed
Making some more lb vhost erb tweaks.
1 parent 8e2bec5 commit a220a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/vhost-loadbalancing.conf.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ upstream workers {
1212
}
1313

1414
<% unless @caches.nil? or @caches.empty? -%>
15-
# Hack to add in additonal upstream for caches
15+
# Hack to add in additonal upstream for caching
1616
upstream vcache_workers {
1717
<% @caches.each do |cache| -%>
1818
server <%= cache %>;
@@ -26,7 +26,7 @@ server {
2626
root /usr/share/empty;
2727
<% unless @locations.nil? or @locations.empty? -%>
2828

29-
# Hack to add any additional template data for locations.
29+
# Add placeholder for additional nginx locations
3030
<%= locations %>
3131

3232
<% end -%>

0 commit comments

Comments
 (0)