We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2bec5 commit a220a86Copy full SHA for a220a86
templates/vhost-loadbalancing.conf.erb
@@ -12,7 +12,7 @@ upstream workers {
12
}
13
14
<% unless @caches.nil? or @caches.empty? -%>
15
-# Hack to add in additonal upstream for caches
+# Hack to add in additonal upstream for caching
16
upstream vcache_workers {
17
<% @caches.each do |cache| -%>
18
server <%= cache %>;
@@ -26,7 +26,7 @@ server {
26
root /usr/share/empty;
27
<% unless @locations.nil? or @locations.empty? -%>
28
29
- # Hack to add any additional template data for locations.
+ # Add placeholder for additional nginx locations
30
<%= locations %>
31
32
<% end -%>
0 commit comments