Authored by Your Name

union分区

@@ -159,17 +159,18 @@ http @@ -159,17 +159,18 @@ http
159 {% endfor %} 159 {% endfor %}
160 160
161 keepalive 100; 161 keepalive 100;
162 - } 162 + }
163 163
164 164
165 165
166 - # union servers  
167 - upstream union_pools {  
168 - {% for i in groups['java-union'] %}  
169 - server {{ i }}:8088 max_fails=5 fail_timeout=3s;  
170 - {% endfor %}  
171 - keepalive 100;  
172 - } 166 + # union servers
  167 + upstream union_pools {
  168 + {% for i in groups['java-union'] %}
  169 + server {{ i }}:8088 max_fails=5 fail_timeout=3s;
  170 + {% endfor %}
  171 +
  172 + keepalive 100;
  173 + }
173 174
174 175
175 176