Showing
2 changed files
with
3 additions
and
2 deletions
@@ -8,8 +8,9 @@ server { | @@ -8,8 +8,9 @@ server { | ||
8 | 8 | ||
9 | #generate short url | 9 | #generate short url |
10 | location = /gs { | 10 | location = /gs { |
11 | + include ./local.access.conf; | ||
12 | + | ||
11 | default_type application/json; | 13 | default_type application/json; |
12 | - | ||
13 | content_by_lua_file conf/lua/short_url_generate.lua; | 14 | content_by_lua_file conf/lua/short_url_generate.lua; |
14 | } | 15 | } |
15 | #redirect | 16 | #redirect |
@@ -298,5 +298,5 @@ http | @@ -298,5 +298,5 @@ http | ||
298 | include vhosts/review.conf; | 298 | include vhosts/review.conf; |
299 | include vhosts/message-controller.conf; | 299 | include vhosts/message-controller.conf; |
300 | include vhosts/search.conf; | 300 | include vhosts/search.conf; |
301 | - include vhosts/yhurl.conf; | 301 | + include vhosts/yhurl.conf; |
302 | } | 302 | } |
-
Please register or login to post a comment