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
2018-06-27 15:09:31 +0800
Commit
c549a70af733c68f4f75252f1b605272f5526c5e
1 parent
53dad9af
Update nginx.conf.j2
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 @
c549a70
...
...
@@ -101,7 +101,7 @@ http
#brower service
upstream brower {
{% for i in groups['java-
wechat
'] %}
{% for i in groups['java-
brower
'] %}
server {{ i }}:8092;
{% endfor %}
...
...
Please
register
or
login
to post a comment