Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to group
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
6 years ago
Commit
331cfffd663aca02c6f1c3e128007e784a544508
1 parent
76718303
add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
roles/openresty/templates/nginx.conf.j2
roles/openresty/templates/nginx.conf.j2
View file @
331cfff
...
...
@@ -135,7 +135,7 @@ http
server 10.66.4.112:8080 max_fails=5 fail_timeout=3s;
{% else %}
{% for i in groups['java-gateway'] %}
server {{ i }}:8080 max_fails=5 fail_timeout=3s;
server {{ i }}:8080 max_fails=5 fail_timeout=3s;
{% endfor %}
{% endif %}
...
...
Please
register
or
login
to post a comment