Showing
1 changed file
with
9 additions
and
8 deletions
@@ -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 |
-
Please register or login to post a comment