Toggle navigation
Toggle navigation
This project
Loading...
Sign in
马力
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua.zhang
2018-07-04 11:37:28 +0800
Commit
8c9735bffd856b3945e967997f093c58627b3339
1 parent
a4f0c40f
union 固定
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
roles/openresty/templates/nginx.conf.j2
roles/openresty/templates/nginx.conf.j2
View file @
8c9735b
...
...
@@ -159,9 +159,10 @@ http
# union servers
upstream union_pools {
{% for i in groups['java-union'] %}
server {{ i }}:8088;
{% endfor %}
server 10.66.70.21:8088;
server 10.66.70.49:8088;
server 10.66.103.20:8088;
}
...
...
Please
register
or
login
to post a comment