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-09-19 09:50:42 +0800
Commit
df73e5d8ec0be148145550db3bd1bff803d00b4c
1 parent
6c640c62
add
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/yhurl.conf
roles/openresty/templates/nginx.conf.j2
roles/openresty/files/java-nginx-config/nginx/conf/vhosts/yhurl.conf
View file @
df73e5d
...
...
@@ -8,8 +8,9 @@ server {
#generate short url
location
= /
gs
{
include
./
local
.
access
.
conf
;
default_type
application
/
json
;
content_by_lua_file
conf
/
lua
/
short_url_generate
.
lua
;
}
#redirect
...
...
roles/openresty/templates/nginx.conf.j2
View file @
df73e5d
...
...
@@ -298,5 +298,5 @@ http
include vhosts/review.conf;
include vhosts/message-controller.conf;
include vhosts/search.conf;
include vhosts/yhurl.conf;
include vhosts/yhurl.conf;
}
...
...
Please
register
or
login
to post a comment