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
2019-04-29 14:53:42 +0800
Commit
17abd381e7e415ee5a31423bace170b35aeb7a2d
1 parent
aabf2b40
bug fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/message-controller.conf
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/review.conf
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/search.conf
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/message-controller.conf
View file @
17abd38
...
...
@@ -2,7 +2,7 @@
server
{
# only allow local
include
conf
/
local
.
access
.
conf
include
conf
/
local
.
access
.
conf
;
listen
80
;
server_name
message
-
controller
.
yohoops
.
org
;
...
...
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/review.conf
View file @
17abd38
...
...
@@ -2,7 +2,7 @@
server
{
# only allow local
include
conf
/
local
.
access
.
conf
include
conf
/
local
.
access
.
conf
;
listen
80
;
server_name
review
.
yoho
.
yohoops
.
org
;
...
...
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/search.conf
View file @
17abd38
...
...
@@ -2,7 +2,7 @@
server
{
# only allow local
include
conf
/
local
.
access
.
conf
include
conf
/
local
.
access
.
conf
;
listen
80
;
server_name
search
.
yohoops
.
org
;
...
...
Please
register
or
login
to post a comment