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-26 18:31:44 +0800
Commit
66f28486bbfe64cd30fb9bad45acc927bd30c6de
1 parent
ff3eb064
add
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
roles/openresty/handlers/main.yml
roles/openresty/templates/nginx.conf.j2
roles/openresty/handlers/main.yml
View file @
66f2848
...
...
@@ -6,4 +6,4 @@
changed_when
:
False
-
name
:
reload nginx
command
:
"
{{
path
}}/nginx/sbin/nginx
-s
reload"
\ No newline at end of file
command
:
"
{{
path
}}/nginx/sbin/nginx
-s
reload"
\ No newline at end of file
...
...
roles/openresty/templates/nginx.conf.j2
View file @
66f2848
...
...
@@ -102,7 +102,7 @@ http
server {{ i }}:8092;
{% endfor %}
keepalive 100;
keepalive 100;
}
...
...
@@ -114,7 +114,7 @@ http
server {{ i }}:8080 max_fails=5 fail_timeout=3s;
{% endfor %}
keepalive 32;
keepalive 32;
}
#apigatewayend
...
...
@@ -139,7 +139,7 @@ http
server {{ i }}:8094;
{% endfor %}
keepalive 100;
keepalive 100;
}
# erp gateway
...
...
Please
register
or
login
to post a comment