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-30 17:19:27 +0800
Commit
07c35236abeea1cfca06de3e3919481cdf89b8f9
1 parent
bc93cb7b
add uic for local
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/uic.conf
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/uic.conf
View file @
07c3523
server
{
# only allow local
include
./
local
.
access
.
conf
;
listen
80
;
server_name
uic
.
yohoops
.
org
;
access_log
/
Data
/
logs
/
nginx
/
uic_access
.
log
fenxi
;
...
...
Please
register
or
login
to post a comment